cakephp2-php8/lib/Cake/Test/Case/Utility
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
..
CakeNumberTest.php Merge branch 'master' into 2.4 2013-08-16 14:47:01 -04:00
CakeTimeTest.php Merge branch 'master' into 2.4 2013-08-16 14:47:01 -04:00
ClassRegistryTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
DebuggerTest.php Load helpers at View construction. 2013-08-28 12:27:07 -04:00
FileTest.php a few more orders in test case corrected 2013-08-16 20:55:17 +02:00
FolderTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
HashTest.php Makes PHPCS pass again. 2013-08-18 16:12:23 +02:00
InflectorTest.php Fix pluralization of Objective. 2013-07-17 10:04:29 -04:00
ObjectCollectionTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
SanitizeTest.php coding standards whitespace and single quote 2013-06-09 17:20:08 +02:00
SecurityTest.php correct return types in doc blocks 2013-07-05 17:19:22 +02:00
SetTest.php coding standards according to new sniffer rules 2013-08-08 01:03:21 +02:00
StringTest.php prevent rtrim to remove whitespace from test 2013-08-08 01:14:31 +02:00
ValidationTest.php Updating the phone validation routine. 2013-07-09 09:54:18 -06:00
XmlTest.php Merge branch 'master' into 2.4 2013-06-09 18:08:32 +05:30