mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing test case
This commit is contained in:
parent
3f2df10cc2
commit
fa8db5787d
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class ApiShellTest extends CakeTestCase {
|
|||
$this->Shell->expects($this->at(2))->method('out')->with($expected);
|
||||
|
||||
$this->Shell->args = array('controller');
|
||||
$this->Shell->paths['controller'] = CAKE_CORE_INCLUDE_PATH . DS . LIBS . 'controller' . DS;
|
||||
$this->Shell->paths['controller'] = LIBS . 'controller' . DS;
|
||||
$this->Shell->main();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue