mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fixing api shell test case.
This commit is contained in:
parent
35fa099f6a
commit
ac97dfd70d
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class ApiShellTest extends CakeTestCase {
|
|||
'3. beforeRender()',
|
||||
'4. constructClasses()',
|
||||
'5. disableCache()',
|
||||
'6. flash($message, $url, $pause = 1)',
|
||||
'6. flash($message, $url, $pause = 1, $layout = \'flash\')',
|
||||
'7. header($status)',
|
||||
'8. isAuthorized()',
|
||||
'9. loadModel($modelClass = null, $id = null)',
|
||||
|
|
Loading…
Reference in a new issue