Skip to content

Commit e14c73c

Browse files
committed
Add FK constraint methods to test trait
1 parent 3488556 commit e14c73c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/TestCase/Db/Adapter/DefaultAdapterTrait.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,12 @@ protected function getDropTriggerInstructions(string $tableName, string $trigger
209209
{
210210
return new AlterInstructions();
211211
}
212+
213+
public function disableForeignKeyConstraints(): void
214+
{
215+
}
216+
217+
public function enableForeignKeyConstraints(): void
218+
{
219+
}
212220
}

0 commit comments

Comments
 (0)