cakephp2-php8/cake/tests/cases/libs/model
2009-09-30 00:37:06 -04:00
..
behaviors Fixing incorrect optional parameters passed to TreeBehavior::children() in TreeBehavior test case. Fixes errors & test failures when running under PHP 5.3. 2009-09-09 21:15:22 -04:00
datasources Fixing issues with DboSource::execute() where queries would not be run if stats = false in the options. Tests added. 2009-09-30 00:37:06 -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 Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_integration.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_read.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_validation.test.php Splitting model tests into separate files to allow more fine-grained test running. 2009-07-24 22:17:14 +00:00
model_write.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
models.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
schema.test.php Changing package of tests from "cake.tests" to "cake". 2009-03-18 17:55:58 +00:00