cakephp2-php8/lib/Cake/Test/Case/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
..
Helper Merge branch '2.0' into 2.1 2012-01-20 20:28:15 -05:00
HelperCollectionTest.php Consistently setting setUp() and tearDown() on test cases 2011-12-04 13:27:51 -08:00
HelperTest.php Adhere to code formatting standard 2011-11-30 23:21:31 -08:00
JsonViewTest.php Change serialize to _serialize 2011-11-27 23:51:49 -05:00
MediaViewTest.php Replacing test case compatibility functions 2011-11-16 21:07:08 -05:00
ScaffoldViewTest.php Updating test to reflect last changes made by pull #413. 2012-01-16 16:51:49 +01:00
ThemeViewTest.php Avoiding class name conflicts 2012-01-22 16:46:41 -04:30
ViewTest.php Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
XmlViewTest.php Change serialize to _serialize 2011-11-27 23:51:49 -05:00