cakephp2-php8/lib/Cake/Test/Case/Model
Renan Gonçalves 23d4807933 Fixing expected value from find when it results in failure.
When a behavior callback (eg: beforeFind) stops the event, find will return null. False is really never returned from find().
2013-01-17 13:00:56 +01:00
..
Behavior Add tests for save() and multiple locales. 2012-12-29 11:57:52 -05:00
Datasource Merge pull request #997 from rhelms/2.2.5-text-index-in-fixture 2012-12-12 17:27:30 -08:00
Validator Fix rules set being updated with array instead of CakeValidationRule objects. Closes #3367 2012-11-13 22:13:15 +05:30
AclNodeTest.php Updating mixed @param documentation to seperate list of accepted types 2012-05-21 21:55:10 +01:00
BehaviorCollectionTest.php fix coding standards, remove break after return/continue 2012-11-15 12:09:14 +01:00
CakeSchemaTest.php Revert "Add MySQL FULLTEXT support." 2012-09-20 20:39:02 -04:00
ConnectionManagerTest.php Update 1.x @link in docblocks 2012-04-26 19:49:18 -07:00
ModelCrossSchemaHabtmTest.php avoid duplication in return value when saving habtm 2012-08-24 00:50:46 +02:00
ModelDeleteTest.php Fixing expected value from find when it results in failure. 2013-01-17 13:00:56 +01:00
ModelIntegrationTest.php Fix foreach error when useTable = false. 2012-12-19 21:18:34 -05:00
ModelReadTest.php Fix order for finds 2012-11-21 21:52:23 -05:00
models.php Fixing issues with validation rules not being reset after calling 2012-08-25 13:29:16 +02:00
ModelTest.php Fix coding standards. 2012-05-20 15:51:09 -04:00
ModelTestBase.php remove referencers to fixtures that don't exist 2012-06-18 16:40:37 +02:00
ModelValidationTest.php Fix multi-model validators with deep & atomic. 2012-11-28 21:26:40 -05:00
ModelWriteTest.php Don't return true when there is nothing to save. 2012-12-16 13:19:14 -05:00