cakephp2-php8/cake/tests/cases/libs/model
mark_story d489d490a6 Moving 'joins' key conversion into DboSource::buildJoinStatement()
Having this in Model felt like the wrong layer for it to reside.
This also simplifies a few things internally.
Refs #1517
2011-09-27 22:43:06 -04:00
..
behaviors Add test for bindModel + containable. 2011-09-18 13:45:39 -04:00
datasources Moving 'joins' key conversion into DboSource::buildJoinStatement() 2011-09-27 22:43:06 -04:00
cake_schema.test.php Fixed bug in CakeSchema where it determines the field position. 2011-09-16 15:08:22 +02:00
connection_manager.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
db_acl.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
model.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
model_behavior.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
model_delete.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
model_integration.test.php find with joins option now respects prefix set in database configuration, fixes #1517 2011-09-27 22:43:06 -04:00
model_read.test.php Moving 'joins' key conversion into DboSource::buildJoinStatement() 2011-09-27 22:43:06 -04:00
model_validation.test.php Added unittest for eef87ee74c. 2011-09-23 18:23:50 +09:00
model_write.test.php Updating the copyright to 2011. 2011-05-30 22:46:14 -04:00
models.php Added test for datasource prefixes. 2011-05-31 23:40:29 +08:00