cakephp2-php8/lib/Cake/Test/Case/View
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
..
Helper Fix failing test. 2013-08-24 21:51:42 -04:00
HelperCollectionTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
HelperTest.php Load helpers at View construction. 2013-08-28 12:27:07 -04:00
JsonViewTest.php Load helpers at View construction. 2013-08-28 12:27:07 -04:00
MediaViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ScaffoldViewTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
ThemeViewTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
ViewTest.php remove duplicate newlines according to CS 2013-08-20 20:27:06 +02:00
XmlViewTest.php Merge pull request #1471 from cakephp/feature/2.4-pretty-print 2013-08-03 01:35:56 -07:00