Fixing fails in apishell test.

This commit is contained in:
Mark Story 2010-02-28 12:28:31 -05:00
parent 6360d8d306
commit 4256cbc6f8

View file

@ -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);