cakephp2-php8/lib/Cake/Test/Case/Controller/Component
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
..
Acl doc block corrections 2013-07-05 16:17:23 +02:00
Auth Correct small typos. 2013-06-05 09:57:18 +02:00
AclComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
AuthComponentTest.php Fix issue where redirectURLs were not generated correctly. 2013-06-29 23:26:13 -04:00
CookieComponentTest.php Fix cookie expiry time calculation on 32bit systems. 2013-06-03 20:16:18 -04:00
EmailComponentTest.php remove name attribute where not necessary, clean up doc blocks 2013-06-08 04:29:08 +02:00
PaginatorComponentTest.php Adds order to the test models to make the results more predictable. 2013-07-19 22:31:09 +02:00
RequestHandlerComponentTest.php Changed http links to lighthouse, groups.google and github to https 2013-06-25 22:58:30 +02:00
SecurityComponentTest.php Changed http links to lighthouse, groups.google and github to https 2013-06-25 22:58:30 +02:00
SessionComponentTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00