mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing fails in apishell test.
This commit is contained in:
parent
6360d8d306
commit
4256cbc6f8
1 changed files with 4 additions and 2 deletions
|
@ -101,8 +101,10 @@ class ApiShellTest extends CakeTestCase {
|
||||||
'15. render($action = null, $layout = null, $file = null)',
|
'15. render($action = null, $layout = null, $file = null)',
|
||||||
'16. set($one, $two = null)',
|
'16. set($one, $two = null)',
|
||||||
'17. setAction($action)',
|
'17. setAction($action)',
|
||||||
'18. validate()',
|
'18. shutdownProcess()',
|
||||||
'19. validateErrors()'
|
'19. startupProcess()',
|
||||||
|
'20. validate()',
|
||||||
|
'21. validateErrors()'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->Shell->expectAt(1, 'out', $expected);
|
$this->Shell->expectAt(1, 'out', $expected);
|
||||||
|
|
Loading…
Reference in a new issue