cakephp2-php8/lib/Cake/Test/Case
mark_story 55dcb9c3b3 Implement resetSequence()
This is an optional method in DboSource that allows datasources to
resetSequence values in tables.  This is useful for datasources like
Postgres, and makes using fixtures much easier.

Fixes #3026
2012-09-17 20:50:05 -04:00
..
Cache rtim files 2012-07-18 03:55:29 +02:00
Configure Add plugin support to IniReader, and harden tests. 2012-08-27 10:04:26 -03:00
Console Merge branch 'master' into 2.3 2012-09-01 13:51:40 +01:00
Controller check() for CookieComponent and Configure (similar to CakeSession::check()) 2012-09-04 01:04:48 +02:00
Core check() for CookieComponent and Configure (similar to CakeSession::check()) 2012-09-04 01:04:48 +02:00
Error add responseHeader() method to new base exception class, ExceptionRenderer will pass the headers to the response. 2012-08-09 14:52:05 +02:00
Event rtim files 2012-07-18 03:55:29 +02:00
I18n More missing parent calls. 2012-08-12 02:28:12 +05:30
Log Make tests pass on windows. 2012-07-21 20:59:05 -04:00
Model Implement resetSequence() 2012-09-17 20:50:05 -04:00
Network Revert "Make test a bit more solid." 2012-09-01 14:43:11 +01:00
Routing enable PluginDot for routeClass parameter 2012-09-12 21:24:56 +07:00
TestSuite changing is_writeable() to is_writable() 2012-09-15 11:17:35 +01:00
Utility Merge pull request #849 from dogmatic69/rijndael-fatal-error 2012-09-15 18:00:07 -07:00
View Merge branch 'master' into 2.3 2012-09-05 20:15:36 -04:00
AllBehaviorsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCacheTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllComponentsTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConfigureTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllConsoleTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllControllerTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllCoreTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllDatabaseTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllErrorTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllEventTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllHelpersTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllI18nTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllLogTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllNetworkTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllRoutingTest.php Extracting asset dispatcher and cache dispatcher into separate classes to provide examples on how to use Dispatcher 2012-04-17 00:42:18 -04:30
AllTestsTest.php Fix coding standards. 2012-03-18 18:06:10 -04:00
AllTestSuiteTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllUtilityTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
AllViewTest.php Updated copyright to 2012. 2012-03-12 22:46:46 -04:00
BasicsTest.php Fix coding standards errors. 2012-09-01 12:14:15 +01:00