Skip to content

Commit a6f0deb

Browse files
committed
refactor: remove unneeded methods
1 parent 52b7f05 commit a6f0deb

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

system/Test/Mock/MockConnection.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -240,14 +240,4 @@ protected function _transRollback(): bool
240240
{
241241
return true;
242242
}
243-
244-
protected function _disableForeignKeyChecks()
245-
{
246-
return '';
247-
}
248-
249-
protected function _enableForeignKeyChecks()
250-
{
251-
return '';
252-
}
253243
}

0 commit comments

Comments
 (0)