cakephp2-php8/cake/tests/cases/libs/model
2009-11-22 17:56:46 -05:00
..
behaviors Replace function sizeof (alias) by count. 2009-11-21 13:50:57 -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 Fixing comment block formatting. 2009-11-13 09:44:51 -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 Making habtm join conditions used by __saveMulti when finding link records to remove. It should be noted that having conditions on non-joinTable tables, and not having a model on the joinTable can cause SQL issues. Fixes #304 2009-11-22 17:56:46 -05:00
models.php Removing commented code. 2009-11-22 17:34:11 -05:00
schema.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00