| Total Complexity | 3 | 
| Total Lines | 54 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 9 | class PropertyTest extends KernelTestCase  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var Property|object|null  | 
            ||
| 13 | */  | 
            ||
| 14 | private $property;  | 
            ||
| 15 | |||
| 16 | protected function setUp(): void  | 
            ||
| 21 | }  | 
            ||
| 22 | |||
| 23 | /**  | 
            ||
| 24 | * @test  | 
            ||
| 25 | * @dataProvider doctrineTypes  | 
            ||
| 26 | */  | 
            ||
| 27 | public function generated_faker_method(string $doctrineType)  | 
            ||
| 32 | }  | 
            ||
| 33 | |||
| 34 | public function doctrineTypes()  | 
            ||
| 66 |