cakephp2-php8/cake/tests/cases/libs/model
2008-04-18 11:06:41 +00:00
..
behaviors "Fixes #4408, Options for a Behavior are not being reset for associated models using the same behavior" 2008-04-09 04:10:27 +00:00
datasources Fixing SELECT DISTINCT queries for SQL Server + misc schema fixes, closes #4352 2008-04-18 06:27:58 +00:00
behavior.test.php "Fixes #4408, Options for a Behavior are not being reset for associated models using the same behavior" 2008-04-09 04:10:27 +00:00
db_acl.test.php Adding DbAcl test case for ticket #4288 2008-03-09 04:19:58 +00:00
model.test.php Adding test case for Model::saveAll, to allow it to return the results of each record save in an array, if 'atomic' option is false. This means we can now see which records failed and which were successful. Refs #4400. 2008-04-18 11:06:41 +00:00
models.php Adding test to show afterFind being called from Model::find('list'), closes #4456 2008-04-17 22:30:25 +00:00
schema.test.php Fixing HABTM associations on non-standard keys, fixes #4219, refactoring DboSource::calculate() 2008-03-13 03:11:29 +00:00