Skip to content

Commit

Permalink
Adding prefix param to BakeShell test case
Browse files Browse the repository at this point in the history
  • Loading branch information
andretefras committed Aug 20, 2015
1 parent c898774 commit 90f074d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Shell/BakeShellTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 90f074d

Please sign in to comment.