mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 19:16:16 +00:00
b8320fdbb7
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 |
||
---|---|---|
.. | ||
CakeNumberTest.php | ||
CakeTimeTest.php | ||
ClassRegistryTest.php | ||
DebuggerTest.php | ||
FileTest.php | ||
FolderTest.php | ||
HashTest.php | ||
InflectorTest.php | ||
ObjectCollectionTest.php | ||
SanitizeTest.php | ||
SecurityTest.php | ||
SetTest.php | ||
StringTest.php | ||
ValidationTest.php | ||
XmlTest.php |