cakephp2-php8/lib/Cake/Test/Case/Controller
mark_story 02c9dda9a7 Make maxLimit and limit settings independent.
Having maxLimit infer what it should be based on limit was not a very
transparent default behavior. The documentation states that maxLimit
will default to 100, but the code would default it to 'limit' if set.
This created confusing behavior when only one setting was defined.

Refs #5973
2015-02-27 22:35:52 -05:00
..
Component Make maxLimit and limit settings independent. 2015-02-27 22:35:52 -05:00
ComponentCollectionTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ComponentTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ControllerMergeVarsTest.php Remove dead and unused code. 2014-02-11 16:38:24 -05:00
ControllerTest.php Fix / being handled incorrect by referer() 2015-01-15 21:26:34 -05:00
PagesControllerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ScaffoldTest.php Fix a fatal error occurs in combination with a scaffold error. 2014-07-31 05:49:23 +09:00