diff --git a/tests/TestCase/Shell/BakeShellTest.php b/tests/TestCase/Shell/BakeShellTest.php index 12a48f337..de30acab2 100644 --- a/tests/TestCase/Shell/BakeShellTest.php +++ b/tests/TestCase/Shell/BakeShellTest.php @@ -87,7 +87,7 @@ public function testAllWithModelName() ->with('Comments'); $this->Shell->connection = ''; - $this->Shell->params = []; + $this->Shell->params = ['prefix' => 'account']; $this->Shell->all('Comments'); $output = $this->out->messages();