@@ -16,7 +16,7 @@ |
||
| 16 | 16 | { |
| 17 | 17 | public function testIssue() : void |
| 18 | 18 | { |
| 19 | - if (! $this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) { |
|
| 19 | + if ( ! $this->_em->getConnection()->getDatabasePlatform()->supportsForeignKeyConstraints()) { |
|
| 20 | 20 | $this->markTestSkipped('Platform does not support foreign keys.'); |
| 21 | 21 | } |
| 22 | 22 | |