cakephp2-php8/lib/Cake/Test/Case
mark_story b8320fdbb7 Load helpers at View construction.
Loading helpers earlier in View's lifecycle allows for the removal of
many duplicated code segments and a now useless property. It slightly
modifies how View behaves in a test case, but that issue is easily
remedied by calling loadHelpers() a second time.

This primarily fixes issues where helpers may not be loaded in View
subclasses if they override any of View's methods. This is particularly
problematic when aliased helpers are involved.

Refs #4030
2013-08-28 12:27:07 -04:00
..
Cache Merge branch 'master' into 2.4 2013-08-24 21:50:02 -04:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Controller Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Core Merge branch 'master' into 2.4 2013-08-11 23:31:10 +02:00
Error Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n Deprecated DEFAULT_LANGUAGE constant and config value 'Config.language' is not used for default. 2013-08-07 03:37:26 +05:30
Log unify other log types as well 2013-06-21 16:43:01 +02:00
Model Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Network Merge branch 'master' into 2.4 2013-08-16 14:47:01 -04:00
Routing Merge branch 'master' into 2.4 2013-08-18 23:10:08 -04:00
TestSuite Merge branch 'master' into 2.4 2013-08-23 12:56:43 -04:00
Utility Load helpers at View construction. 2013-08-28 12:27:07 -04:00
View Load helpers at View construction. 2013-08-28 12:27:07 -04:00
AllBehaviorsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCacheTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllComponentsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConfigureTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConsoleTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCoreTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDatabaseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDbRelatedTest.php Added more tests to db related tests group 2013-08-04 23:38:30 +05:30
AllErrorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllEventTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllHelpersTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllI18nTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllLogTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllNetworkTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllRoutingTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllUtilityTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BasicsTest.php Merge branch 'master' into 2.4 2013-06-02 18:03:59 +05:30