cakephp2-php8/cake/tests/cases/libs/model
2010-10-20 23:17:04 -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 Making DboSource::fields() use cacheMethod() so it respects $cacheMethods. 2010-10-20 22:28:31 -04:00
cake_schema.test.php Making generating schema for connections with prefixes work correctly. The prefix needs to be removed so that when tables are created or updated they do not get the prefix added twice. 2010-10-20 23:17:04 -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 Fixing issue where a beforeDelete() could trigger a table truncation. 2010-09-29 23:31:41 -04: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 a missing rollback when validation on an associated record fails, and validate = first. Fixes #1147 2010-09-28 23:37:28 -04:00
models.php Adding another test for #250. 2010-09-28 22:26:54 -04:00