Removing newlines and trailing space.

This commit is contained in:
Mark Story 2010-09-04 15:36:57 -04:00
parent 4980f42dc5
commit dbd34c75c7

View file

@ -109,7 +109,7 @@ class ConsoleErrorHandlerTest extends CakeTestCase {
function testStdErrFilehandle() {
$exception = new Error500Exception('dont use me in cli.');
$error = new TestConsoleErrorHandler($exception);
$this->assertTrue(is_resource($error->stderr), 'No handle.');
}
}