mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-03-01 23:29:45 +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() {
|
function testStdErrFilehandle() {
|
||||||
$exception = new Error500Exception('dont use me in cli.');
|
$exception = new Error500Exception('dont use me in cli.');
|
||||||
$error = new TestConsoleErrorHandler($exception);
|
$error = new TestConsoleErrorHandler($exception);
|
||||||
|
|
||||||
$this->assertTrue(is_resource($error->stderr), 'No handle.');
|
$this->assertTrue(is_resource($error->stderr), 'No handle.');
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue