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)',
|
||||
'16. set($one, $two = null)',
|
||||
'17. setAction($action)',
|
||||
'18. validate()',
|
||||
'19. validateErrors()'
|
||||
'18. shutdownProcess()',
|
||||
'19. startupProcess()',
|
||||
'20. validate()',
|
||||
'21. validateErrors()'
|
||||
)
|
||||
);
|
||||
$this->Shell->expectAt(1, 'out', $expected);
|
||||
|
|
Loading…
Reference in a new issue