Escaping table name in the table:drop command and improve error message for the fixtures:load command

This commit is contained in:
Maxime AILLOUD 2011-10-24 12:19:42 +02:00
commit a6bb5d2d52
2 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ EOT
if (!$this->absoluteFixturesPath && !file_exists($this->absoluteFixturesPath)) {
return $this->writeSection($output, array(
'The fixtures directory does not exist.'
'The fixtures directory "' . $this->absoluteFixturesPath . '" does not exist.'
), 'fg=white;bg=red');
}