cakephp2-php8/cake/tests/cases/libs/model
2010-08-26 22:21:39 -04:00
..
behaviors casting the find as an array to avoid errors with array_values() fixes #1041 and 4 failing tests (3 previous) 2010-08-26 20:32:48 -04:00
datasources Updating DboSource test to account for formatting of floats done in mysql/postgresql. 2010-08-26 21:20:13 -04:00
cake_schema.test.php Fixing issue where join tables would be filed under 'missing' and found. Test added. Fixes #789 2010-06-03 23:20:37 -04:00
connection_manager.test.php Naming conventions to datasources with plugins. Fixes #819 2010-06-20 23:53:54 -03:00
db_acl.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
model.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
model_behavior.test.php Fixing issues where ModelBehavior::detach() would not detach behaviors when a plugin.name was provided. This change makes detach() work like attach(). Tests added. Fixes #711 2010-05-11 23:08:14 -04:00
model_delete.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
model_integration.test.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00
model_read.test.php Adding test case for find(list) with recursive. 2010-07-11 18:38:27 -04:00
model_validation.test.php Fixing issue where whitelist would not be used for validation. Test case added. Fixes #1037 2010-08-21 22:48:59 -04:00
model_write.test.php Adding test case from '0x20h'. Fixing issue where atomic = false, validate = first and saveAll() saving many rows could return an incorrect value. Fixes #1050 2010-08-26 22:21:39 -04:00
models.php Update various links. Closes #392 2010-05-18 22:15:13 -03:00