cakephp2-php8/cake/tests/cases/libs/controller
2008-10-23 03:18:08 +00:00
..
components Correcting Security component to treat POST data arrays as a single field for validation purposes, fixes #5588 2008-10-23 03:18:08 +00:00
component.test.php Fixing issue where startup() / shutdown() etc. were being called on components not directly attached to the controller. Only initialize() should be called on sub-components. 2008-10-15 13:07:46 +00:00
controller.test.php adding test cases to show #5553 is invalid, $uses is not merged when == null. 2008-10-09 17:03:44 +00:00
pages_controller.test.php Added tests to PagesController and removed twice call to count(). 2008-10-16 23:52:54 +00:00
scaffold.test.php Adding test to Auth.test to cover logged in user being denied on an action when there is no HTTP_REFERER set. Refs #5507. 2008-10-02 00:18:47 +00:00