Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class GH7692Test extends OrmFunctionalTestCase |
||
8 | { |
||
9 | /** |
||
10 | * {@inheritDoc} |
||
11 | */ |
||
12 | protected function setUp(): void |
||
13 | { |
||
14 | parent::setUp(); |
||
15 | |||
16 | $this->setUpEntitySchema([ |
||
17 | GH7692Project::class, |
||
18 | GH7692Contact::class, |
||
19 | ]); |
||
20 | } |
||
21 | |||
22 | public function testWrongForeignKeysInDatabaseAreHandledByDoctrine(): void |
||
33 | } |
||
34 | } |
||
76 |