cakephp2-php8/lib/Cake/Test/Case/Model
ADmad f3900e89fd Fixed bug where deleteAll tried to delete same id multiple times.
Ensure find done in deleteAll only returns distinct ids. A wacky
combination of association and conditions can sometimes generate
multiple rows per id.
2013-12-03 22:18:17 +05:30
..
Behavior Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
Datasource Merge pull request #2319 from ravage84/php-5-removal 2013-11-14 06:41:31 -08:00
Validator Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
AclNodeTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
BehaviorCollectionTest.php Merge pull request #2319 from ravage84/php-5-removal 2013-11-14 06:41:31 -08:00
CakeSchemaTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelDeleteTest.php Fixed bug where deleteAll tried to delete same id multiple times. 2013-12-03 22:18:17 +05:30
ModelIntegrationTest.php Only enable cacheSources if both the datasource + model agree on it. 2013-11-19 17:36:20 -05:00
ModelReadTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
models.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelValidationTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelWriteTest.php Add test for saveAssociated and expression objects. 2013-11-16 10:51:14 -05:00