Updating testsuite test case.

This commit is contained in:
mark_story 2010-10-16 00:42:37 -04:00
parent ced7243f95
commit 6ec4e07504

View file

@ -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(