Skip to content

Commit

Permalink
Avoiding the use of default connection in schema shell tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 27, 2011
1 parent b320e43 commit aca592a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/Console/Command/SchemaShellTest.php
Expand Up @@ -213,6 +213,7 @@ public function testViewWithPlugins() {
public function testDumpWithFileWriting() {
$this->Shell->params = array(
'name' => 'i18n',
'connection' => 'test',
'write' => TMP . 'tests' . DS . 'i18n.sql'
);
$this->Shell->expects($this->once())->method('_stop');
Expand Down

0 comments on commit aca592a

Please sign in to comment.