cakephp2-php8/lib/Cake/Test/Case
mark_story 61d6a720d6 Add test for using autoMock and multiple redirects.
Having multiple redirects and not calling generate() before each test, or
using autoMock results in an exit.  This is related to
[c5ca10ca69] where controller re-use was removed.

Refs #2200
2011-11-05 17:28:13 -04:00
..
Cache Fix exception expectations. 2011-11-04 22:54:08 -04:00
Configure Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
Console Fix View task missing 'app' param when baking custom action. 2011-11-05 19:54:21 +01:00
Controller Fixing remaining failing tests in PHPUnit 3.6 2011-11-04 22:54:09 -04:00
Core Starting to fix issues with PHPUnit 3.6 compatibility. 2011-11-04 22:54:08 -04:00
Error Fix issue where unknown exceptions would be squashed. 2011-11-02 21:21:48 -04:00
I18n Removing more flaky tests. 2011-09-04 10:50:15 +01:00
Log Removed the @access and @static. 2011-07-30 20:56:48 -04:00
Model Fix exception expectations. 2011-11-04 22:54:08 -04:00
Network Created a buffer for CakeResponse testing 2011-11-06 08:21:10 +11:00
Routing Fixing remaining failing tests in PHPUnit 3.6 2011-11-04 22:54:09 -04:00
TestSuite Add test for using autoMock and multiple redirects. 2011-11-05 17:28:13 -04:00
Utility Fix exception expectations. 2011-11-04 22:54:08 -04:00
View Fixing remaining failing tests in PHPUnit 3.6 2011-11-04 22:54:09 -04: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 Removing Oracle driver, it will not make it to stable release. Revert this commit to bring it back for next version 2011-09-03 06:50:19 -04:30
AllErrorTest.php Updating all @package annotations in doc blocks 2011-07-26 01:46:14 -04:30
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
AllModelTest.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 Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02: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 Make h() not puke when objects are passed in. 2011-10-27 21:30:50 -04:00