cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 2f616a9e0c Fix greedy regex operators in Postgres driver.
`*` is greedy in regex, and needs to be escaped so that SQL operators
don't cause invalid SQL conditions to be created.

Refs #6877
2015-06-24 23:39:26 -04:00
..
Behavior Merge branch 'master' into 2.6 2014-11-14 21:25:09 -05:00
Datasource Fix greedy regex operators in Postgres driver. 2015-06-24 23:39:26 -04:00
Validator Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
AclNodeTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
BehaviorCollectionTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSchemaTest.php CakeSchema naming fallback. 2014-08-11 10:40:57 -05:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelDeleteTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
ModelIntegrationTest.php No need to get the datasource if column is defined in schema. Fixes #5712 2015-01-22 00:46:55 +01:00
ModelReadTest.php Fix failing test in SQLite. 2015-05-21 21:58:12 -04:00
models.php Fix PHPCS errors. 2015-01-21 23:32:08 -05:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelValidationTest.php Merge branch 'master' into 2.6 2014-10-13 21:11:38 -04:00
ModelWriteTest.php Fix whitelist being empty during afterSave. 2015-03-08 13:51:46 -04:00