Update FixturesLoadCommand.php

This commit is contained in:
Marcin Kucharski 2013-06-17 15:36:23 +02:00
parent 82a6343775
commit 5a2392a268

View file

@ -126,10 +126,6 @@ EOT
$this->absoluteFixturesPath = realpath($this->getApplication()->getKernel()->getRootDir() . '/../' . $input->getOption('dir'));
}
if ($input->getOption('verbose')) {
$this->additionalPhingArgs[] = 'verbose';
}
if (!$this->absoluteFixturesPath && !file_exists($this->absoluteFixturesPath)) {
return $this->writeSection($output, array(
'The fixtures directory "' . $this->absoluteFixturesPath . '" does not exist.'