|
|
@@ -164,7 +164,7 @@ class CompletionShellTest extends TestCase {
|
|
|
$this->Shell->runCommand('subCommands', array('subCommands', 'CORE.bake'));
|
|
|
$output = $this->Shell->stdout->output;
|
|
|
|
|
|
- $expected = "controller db_config fixture model plugin project test view\n";
|
|
|
+ $expected = "controller fixture model plugin project test view\n";
|
|
|
$this->assertEquals($expected, $output);
|
|
|
}
|
|
|
|
|
|
@@ -229,7 +229,7 @@ class CompletionShellTest extends TestCase {
|
|
|
$this->Shell->runCommand('subCommands', array('subCommands', 'bake'));
|
|
|
$output = $this->Shell->stdout->output;
|
|
|
|
|
|
- $expected = "controller db_config fixture model plugin project test view\n";
|
|
|
+ $expected = "controller fixture model plugin project test view\n";
|
|
|
$this->assertEquals($expected, $output);
|
|
|
}
|
|
|
|