Browse Source

Fix testcase.

ADmad 11 years ago
parent
commit
4f0d501cfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/TestCase/Error/ErrorHandlerTest.php

+ 1 - 1
tests/TestCase/Error/ErrorHandlerTest.php

@@ -175,7 +175,7 @@ class ErrorHandlerTest extends TestCase {
 			->method('write')
 			->with(
 				$this->matchesRegularExpression('(notice|debug)'),
-				'Notice (8): Undefined variable: out in [' . __FILE__ . ', line ' . (__LINE__ + 3) . ']'
+				'Notice (8): Undefined variable: out in [' . __FILE__ . ', line ' . (__LINE__ + 3) . ']' . "\n\n"
 			);
 
 		$out .= '';