cakephp2-php8/lib/Cake/Test/Case
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
..
Cache Fix failing test on windows 2012-01-06 23:01:59 -05:00
Configure Code consistency formatting tweaks 2011-12-06 12:52:48 -08:00
Console Merge branch '2.0' into 2.1 2012-01-20 20:28:15 -05:00
Controller Merge branch '2.1-http' into 2.1 2012-01-21 15:51:34 -04:30
Core Merge branch '2.0' into 2.1 2012-01-08 21:59:18 -05:00
Error Merge branch '2.0' into 2.1 2011-12-11 22:51:40 -05:00
Event Fix dispatching event when event key name is used. 2012-01-05 18:31:00 +01:00
I18n Adding / updating I18n class test cases. 2012-01-10 01:46:19 +05:30
Log Replacing test case compatibility functions 2011-11-16 21:07:08 -05:00
Model Merge remote-tracking branch 'origin/2.0' into 2.1 2012-01-22 15:52:54 -04:30
Network Moving checkModified() to CakeResponse, having it in the RequestHandler has too restrivtive 2012-01-19 01:08:45 -04:30
Routing Merge branch '2.1-http' into 2.1 2012-01-21 15:51:34 -04:30
TestSuite Add methods to CakeTestCase 2012-01-24 21:08:56 -05:00
Utility Fix tests that fail on windows. 2012-01-24 21:12:26 -05:00
View Make extending a missing element throw an exception 2012-01-25 13:04:45 +01:00
AllBehaviorsTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllCacheTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllComponentsTest.php Using Folder class in CakeTestSuite, this fixes issues where 2011-08-27 10:34:08 -04:00
AllConfigureTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllConsoleTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllControllerTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllCoreTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllDatabaseTest.php add missing tests 2012-01-12 13:06:24 +01:00
AllErrorTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllEventTest.php add missing tests 2012-01-12 13:06:24 +01:00
AllHelpersTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllI18nTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllLogTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllNetworkTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllRoutingTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllTestsTest.php add missing tests 2012-01-12 13:06:24 +01:00
AllTestSuiteTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
AllUtilityTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
AllViewTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
BasicsTest.php Merge branch '2.0' into 2.1 2011-12-11 22:51:40 -05:00