cakephp2-php8/lib/Cake/Test/Case
Phally db1876d837 Adds order to the test models to make the results more predictable.
Even though there was some code in place to prevent results in random
order from PostgreSQL we were still experiencing this with Jenkins
and Travis.

This commit removes the old code that handled this. From now on this
will be handled differently. Every test model will order by its
primary key. You can disable this by changing the order property
of the model to `null`: `$testModel->order = null`.
2013-07-19 22:31:09 +02:00
..
Cache Fixes errors in tests with APC installed but not enabled in CLI. 2013-07-19 17:04:54 +02:00
Configure Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Console Fix I18n to extract plugin model validation messages 2013-07-07 11:20:14 +07:00
Controller Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
Core remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
Error Fixed unit-test locales 2013-06-11 20:18:40 +02:00
Event Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
I18n correct return types in doc blocks 2013-07-05 17:19:22 +02:00
Log Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
Model Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
Network Better support various ranges as described in RFC2616 2013-07-18 11:26:55 -04:00
Routing Ignore asset requests containing %2e in them. 2013-07-16 13:14:27 -04:00
TestSuite remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
Utility Merge pull request #1412 from wernerhp/master 2013-07-10 08:59:03 -07:00
View Fix the "testAssetUrlNoRewrite" test 2013-07-13 23:38:55 -06:00
AllBehaviorsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCacheTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllComponentsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConfigureTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllConsoleTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllControllerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllCoreTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllDatabaseTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllErrorTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllEventTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllHelpersTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllI18nTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllLogTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllNetworkTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllRoutingTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllUtilityTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AllViewTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
BasicsTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00