cakephp2-php8/lib/Cake/Test/test_app/View
AD7six ecbe337052 Make extending a missing element throw an exception
A layout extending a missing layout throws a missing-layout exception
A view extendinga missing view throws a missing-view exception
Now, an element extending a missing element throws a logic exception

in addition "absolute" paths can be used such that (using elements as an
example)

$this->extend('foo') - extends View/Elements/foo.ctp
$this->extend('/foo') - extends View/foo.ctp

Closes #2504
2012-01-25 13:04:45 +01:00
..
Elements Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
Emails add some test for ISO-2022-JP charset mails 2011-10-20 00:18:42 +09:00
Errors Renaming more folders 2011-05-13 02:31:33 -04:30
Helper removing 'empty' files from nonempty directories 2011-10-19 12:19:28 +07:00
Layouts Make CacheHelper able to handle nocache tags in elements. 2011-12-17 22:23:37 -05:00
Pages Clean up internal API's 2011-12-27 19:24:15 -05:00
Posts Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
Scaffolds Renaming more folders 2011-05-13 02:31:33 -04:30
TestsApps Remove controller reuse between testAction() calls. 2011-10-22 10:58:21 -04:00
Themed/TestTheme Fix theme files with spaces in them. 2011-12-01 18:16:01 -05:00