Escaping table name in the table:drop command and improve error message for the fixtures:load command
This commit is contained in:
parent
58d793e01e
commit
a6bb5d2d52
2 changed files with 3 additions and 3 deletions
|
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue