diff --git a/src/TestSuite/Fixture/FixtureManager.php b/src/TestSuite/Fixture/FixtureManager.php index f9093a2168f..491082588c2 100644 --- a/src/TestSuite/Fixture/FixtureManager.php +++ b/src/TestSuite/Fixture/FixtureManager.php @@ -191,7 +191,7 @@ protected function _loadFixtures($test) * @param bool $drop whether drop the fixture if it is already created or not * @return void */ - protected function _setupTable(TestFixture $fixture, Connection $db, array $sources, $drop = true) + protected function _setupTable($fixture, $db, array $sources, $drop = true) { if (!empty($fixture->created) && in_array($db->configName(), $fixture->created)) { return;