| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class FakerGenerator implements GeneratorInterface |
||
| 11 | { |
||
| 12 | /** |
||
| 13 | * @var Registry |
||
| 14 | */ |
||
| 15 | private $fakerRegistry; |
||
| 16 | |||
| 17 | 86 | public function __construct(?RegistryInterface $generator = null) |
|
| 20 | 86 | } |
|
| 21 | |||
| 22 | 47 | public function generateForProperty(FieldMetadata $field, FakeMock $fakemock, ?string $group = null) |
|
| 41 |