ソースを参照

Fix failed BakeShell test

Bryan Crowe 12 年 前
コミット
b15b13c83c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/TestCase/Console/Command/BakeShellTest.php

+ 1 - 1
tests/TestCase/Console/Command/BakeShellTest.php

@@ -87,7 +87,7 @@ class BakeShellTest extends TestCase {
 
 		$this->Shell->expects($this->at(2))
 			->method('out')
-			->with('<success>Bake All complete</success>');
+			->with('<success>Bake All complete.</success>');
 
 		$this->Shell->connection = '';
 		$this->Shell->params = [];