Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 4, 2014
1 parent 24c099c commit ad7b5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/CompletionShellTest.php
Expand Up @@ -151,7 +151,7 @@ public function testOptions() {
$this->Shell->runCommand(['options', 'bake']);
$output = $this->out->output;

$expected = "--help -h --verbose -v --quiet -q --connection -c --theme -t\n";
$expected = "--help -h --verbose -v --quiet -q --connection -c --template -t\n";
$this->assertTextEquals($expected, $output);
}

Expand Down

0 comments on commit ad7b5e3

Please sign in to comment.