|
@@ -17,7 +17,7 @@ discard block |
|
|
block discarded – undo |
|
17
|
17
|
{ |
|
18
|
18
|
public function testIssue() : void |
|
19
|
19
|
{ |
|
20
|
|
- if (!$this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) { |
|
|
20
|
+ if ( ! $this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) { |
|
21
|
21
|
$this->markTestSkipped('Platform does not support foreign keys.'); |
|
22
|
22
|
} |
|
23
|
23
|
|
|
@@ -36,7 +36,7 @@ discard block |
|
|
block discarded – undo |
|
36
|
36
|
$this->assertNotNull($metadatas['Gh7684IdentityTest'] ?? null); |
|
37
|
37
|
$this->assertNotNull($metadatas['Gh7684IdentityTestAssoc'] ?? null); |
|
38
|
38
|
|
|
39
|
|
- $metadata= $metadatas['Gh7684IdentityTestAssoc']; |
|
|
39
|
+ $metadata = $metadatas['Gh7684IdentityTestAssoc']; |
|
40
|
40
|
|
|
41
|
41
|
$metadata->getAssociationMapping('gh7684IdentityTest'); |
|
42
|
42
|
} |
Please login to merge, or discard this patch.