cakephp2-php8/cake/tests/cases/libs/model
2009-11-12 14:48:03 -05:00
..
behaviors Fixing issues in ContainableBehavior that could leave models unbound when 'fields' was used as part of containment conditions. Fixes #253 2009-11-07 17:43:18 -05:00
datasources Fixing issues in postgres with time columns and '' values. 2009-10-27 13:22:34 -04:00
behavior.test.php Adding test for previous commit. 2009-09-28 18:11:04 -04:00
connection_manager.test.php Adding tests for ConnectionManager, and fixing a missing return value for ConnectionManager::loadDataSource(). 2009-09-24 16:26:56 -04:00
db_acl.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00
model.test.php Applying fix from Ceeram for updateAll joins on model relations with no foreign key. Fixes #69. 2009-09-09 00:00:53 -04:00
model_delete.test.php Updating Model::invalidFields, so returning false from beforeValidate() will abort both the validation and saving() of the record. 2009-11-04 12:36:17 -05:00
model_integration.test.php Removing self inclusions for test cases. Refs #174 2009-10-16 09:21:33 -04:00
model_read.test.php Changes Model::find() to allow modification of DataSource connection during callbacks. 2009-11-12 14:48:03 -05:00
model_validation.test.php Removing self inclusions for test cases. Refs #174 2009-10-16 09:21:33 -04:00
model_write.test.php Updating Model::invalidFields, so returning false from beforeValidate() will abort both the validation and saving() of the record. 2009-11-04 12:36:17 -05:00
models.php Changes Model::find() to allow modification of DataSource connection during callbacks. 2009-11-12 14:48:03 -05:00
schema.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00