mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Updating testsuite test case.
This commit is contained in:
parent
ced7243f95
commit
6ec4e07504
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class TestSuiteShellTest extends CakeTestCase {
|
|||
public function testRunnerOptions() {
|
||||
$this->Shell->startup();
|
||||
$this->Shell->args = array('core', 'Basics');
|
||||
$this->Shell->params = array('filter' => 'myFilter', 'colors' => null, 'verbose' => null);
|
||||
$this->Shell->params = array('filter' => 'myFilter', 'colors' => true, 'verbose' => true);
|
||||
|
||||
$this->Shell->expects($this->once())->method('run')
|
||||
->with(
|
||||
|
|
Loading…
Add table
Reference in a new issue