diff --git a/Command/FixturesLoadCommand.php b/Command/FixturesLoadCommand.php index 4830602..0d37873 100644 --- a/Command/FixturesLoadCommand.php +++ b/Command/FixturesLoadCommand.php @@ -245,6 +245,8 @@ EOT $parameters = array( '--connection' => array($connectionName), '--verbose' => $input->getOption('verbose'), + '--sql-dir' => $this->getCacheDir(), + '--force' => 'force' ); // add the command's name to the parameters