Browse Source

Update BakeShellTest testMain to expect correct number of out() calls

Bryan Crowe 11 years ago
parent
commit
8bb85306c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Shell/BakeShellTest.php

+ 1 - 1
tests/TestCase/Shell/BakeShellTest.php

@@ -104,7 +104,7 @@ class BakeShellTest extends TestCase {
 			->method('out')
 			->with($this->stringContains('The following commands'));
 
-		$this->Shell->expects($this->exactly(19))
+		$this->Shell->expects($this->exactly(18))
 			->method('out');
 
 		$this->Shell->loadTasks();