We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989fd99 commit 472fec6Copy full SHA for 472fec6
tests/SchemaAnalyzerTest.php
@@ -206,6 +206,9 @@ public function testJointureTableDetectionWith3ColumnsWithPkIsFk()
206
$junctionTables = $schemaAnalyzer->detectJunctionTables();
207
208
$this->assertCount(0, $junctionTables);
209
+
210
+ $junctionTables = $schemaAnalyzer->detectJunctionTables(true);
211
+ $this->assertCount(0, $junctionTables);
212
}
213
214
public function testJointureTableDetectionWithForeignKeyPointingOnJointureTable()
0 commit comments