Skip to content

Commit 472fec6

Browse files
committed
Improving code coverage
1 parent 989fd99 commit 472fec6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/SchemaAnalyzerTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ public function testJointureTableDetectionWith3ColumnsWithPkIsFk()
206206
$junctionTables = $schemaAnalyzer->detectJunctionTables();
207207

208208
$this->assertCount(0, $junctionTables);
209+
210+
$junctionTables = $schemaAnalyzer->detectJunctionTables(true);
211+
$this->assertCount(0, $junctionTables);
209212
}
210213

211214
public function testJointureTableDetectionWithForeignKeyPointingOnJointureTable()

0 commit comments

Comments
 (0)