| Total Complexity | 2 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class FakerValueResolverTest extends TestCase |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @dataProvider provideProperties |
||
| 16 | */ |
||
| 17 | public function testResolvesPropertyValue(\ReflectionProperty $reflectionProperty, string $expectedType): void |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return \Generator<array> |
||
| 27 | */ |
||
| 28 | public function provideProperties(): \Generator |
||
| 51 |