mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing newlines and trailing space.
This commit is contained in:
parent
4980f42dc5
commit
dbd34c75c7
1 changed files with 1 additions and 1 deletions
|
@ -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.');
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue