From e95186d5ccc815fc934d7ea44408bb3b0176bb00 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 19 Dec 2009 20:08:31 -0500 Subject: [PATCH] Fixing failing test in ApiShell test. --- cake/tests/cases/console/libs/api.test.php | 23 +++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/cake/tests/cases/console/libs/api.test.php b/cake/tests/cases/console/libs/api.test.php index efb2165818a..1a402a53cf2 100644 --- a/cake/tests/cases/console/libs/api.test.php +++ b/cake/tests/cases/console/libs/api.test.php @@ -91,17 +91,18 @@ function testMethodNameDetection () { '5. disableCache()', '6. flash($message, $url, $pause = 1, $layout = \'flash\')', '7. header($status)', - '8. isAuthorized()', - '9. loadModel($modelClass = null, $id = null)', - '10. paginate($object = null, $scope = array(), $whitelist = array())', - '11. postConditions($data = array(), $op = null, $bool = \'AND\', $exclusive = false)', - '12. redirect($url, $status = null, $exit = true)', - '13. referer($default = null, $local = false)', - '14. render($action = null, $layout = null, $file = null)', - '15. set($one, $two = null)', - '16. setAction($action)', - '17. validate()', - '18. validateErrors()' + '8. httpCodes($code = null)', + '9. isAuthorized()', + '10. loadModel($modelClass = null, $id = null)', + '11. paginate($object = null, $scope = array(), $whitelist = array())', + '12. postConditions($data = array(), $op = null, $bool = \'AND\', $exclusive = false)', + '13. redirect($url, $status = null, $exit = true)', + '14. referer($default = null, $local = false)', + '15. render($action = null, $layout = null, $file = null)', + '16. set($one, $two = null)', + '17. setAction($action)', + '18. validate()', + '19. validateErrors()' ) ); $this->Shell->expectAt(1, 'out', $expected);