From 631cae6258309ed5f4b7ad412fbac961d5718a94 Mon Sep 17 00:00:00 2001 From: "dietmar.erdmann" Date: Tue, 11 Aug 2015 18:07:24 +0200 Subject: [PATCH] fixed insertSql method for FixturesLoadCommand option sql-dir has to be the cacheDir, force is needed for SqlInsertCommand --- Command/FixturesLoadCommand.php | 2 ++ 1 file changed, 2 insertions(+) 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