cakephp2-php8/cake/tests/cases/libs/model
2008-05-22 19:05:37 +00:00
..
behaviors Refactoring DboSource to use Model in order to properly quote values by column type, correcting serial integer schema generation in DboPostgres, fixes #4702, refactoring TreeBehavior to use DboSource::calculate(), fixes #4725, updating docblocks, fixing DboSource test to be database-agnostic, misc. whitespace fixes, updating DboSource test to reflect new quoting rules 2008-05-22 19:05:37 +00:00
datasources Refactoring DboSource to use Model in order to properly quote values by column type, correcting serial integer schema generation in DboPostgres, fixes #4702, refactoring TreeBehavior to use DboSource::calculate(), fixes #4725, updating docblocks, fixing DboSource test to be database-agnostic, misc. whitespace fixes, updating DboSource test to reflect new quoting rules 2008-05-22 19:05:37 +00:00
behavior.test.php Added new tests, failing on setup() mangles configuration, onError never triggered, find callbacks not triggered in recursive model finds 2008-05-18 12:49:57 +00:00
db_acl.test.php Fixing ACL interface class names 2008-05-22 02:00:36 +00:00
model.test.php Updating Model test to reflect TreeBehavior changes, adding association support to Model::getColumnType() 2008-05-22 12:56:41 +00:00
models.php Updating Model test to reflect TreeBehavior changes, adding association support to Model::getColumnType() 2008-05-22 12:56:41 +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