mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing test for Shell::err().
This commit is contained in:
parent
7fc14f47b3
commit
3de2f6b671
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ class ShellTest extends CakeTestCase {
|
||||||
$this->Shell->Dispatch->expectAt(2, 'stderr', array("Just\na\ntest\n\n"));
|
$this->Shell->Dispatch->expectAt(2, 'stderr', array("Just\na\ntest\n\n"));
|
||||||
$this->Shell->err(array('Just', 'a', 'test'), 2);
|
$this->Shell->err(array('Just', 'a', 'test'), 2);
|
||||||
|
|
||||||
$this->Shell->Dispatch->expectAt(3, 'stderr', array("\n", false));
|
$this->Shell->Dispatch->expectAt(3, 'stderr', array("\n"));
|
||||||
$this->Shell->err();
|
$this->Shell->err();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue