cakephp2-php8/cake/tests/cases/libs/model
mark_story a6e4208bdd Fix Controller::paginate and ordering with virtualFields.
Model::isVirtualField() does ensure that model names match the current model.
This creates false positives when doing sorting datasets when an associated
model has a field with the same name as a virtualField.
Fixes #1822. Fixes #1756.
2011-10-04 22:52:28 -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 Fix Controller::paginate and ordering with virtualFields. 2011-10-04 22:52:28 -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