cakephp2-php8/lib/Cake/Test/Case/Model
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
..
Behavior Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
Datasource correct return types in doc blocks 2013-07-05 17:19:22 +02:00
Validator Fixed unit-test locales 2013-06-11 20:18:40 +02:00
AclNodeTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
BehaviorCollectionTest.php doc block corrections 2013-07-05 16:17:23 +02:00
CakeSchemaTest.php remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
ConnectionManagerTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelCrossSchemaHabtmTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelDeleteTest.php Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
ModelIntegrationTest.php remove @access and unnecessary $name 2013-07-08 15:50:50 +02:00
ModelReadTest.php Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
models.php doc block corrections 2013-07-05 16:17:23 +02:00
ModelTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelTestBase.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ModelValidationTest.php Fixed unit-test locales 2013-06-11 20:18:40 +02:00
ModelWriteTest.php Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00