cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 2096d3f632 Clamp limit values to be unsigned integers.
This solves large page numbers potentially turning into scientific
notation when being formatted into queries. It also further safeguards
against SQL manipulation.

Refs #GH-1263
2013-05-02 22:36:50 -04:00
..
Behavior Updated copyright 2013-02-08 21:28:17 +09:00
Datasource Clamp limit values to be unsigned integers. 2013-05-02 22:36:50 -04:00
Validator Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
AclNodeTest.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
BehaviorCollectionTest.php Fixing behavior prioritizing 2013-02-24 22:52:31 +05:30
CakeSchemaTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ConnectionManagerTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelCrossSchemaHabtmTest.php Updated copyright 2013-02-08 21:28:17 +09:00
ModelDeleteTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelIntegrationTest.php fix failing tests. test and mocked sources would cause exceptions 2013-03-13 22:31:23 +01:00
ModelReadTest.php Remove leftover param that is now wrongly triggering "strict" 2013-04-22 11:36:17 +02:00
models.php == to === and != to !== where applicable 2013-02-12 03:38:08 +01:00
ModelTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelTestBase.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelValidationTest.php Added extra line for referencing license file for copyright 2013-02-08 21:22:51 +09:00
ModelWriteTest.php add assert that habtm save does not return false 2013-04-19 19:37:23 +02:00