cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 43df8d34e7 Use String::tokenize() to split up fields.
It is slightly more intelligent than explode()
Solves basic problems in Sqlite with virtualFields.

Fixes #2163
2011-10-26 21:17:20 -04:00
..
Behavior Keeping BC on short syntax for Acl and Tree behavior. 2011-10-16 12:06:41 +02:00
Datasource Use String::tokenize() to split up fields. 2011-10-26 21:17:20 -04:00
BehaviorCollectionTest.php Little cleanup in exceptions. 2011-10-15 20:08:02 +02:00
CakeSchemaTest.php Fixing a few failing test cases and attempting to work around php segmentation fault when running the complete test suite 2011-09-28 22:57:50 -04:30
ConnectionManagerTest.php Little cleanup in exceptions. 2011-10-15 20:08:02 +02:00
DbAclTest.php Merge branch '2.0' into 2.0-api-doc 2011-08-14 21:12:05 -04:00
ModelDeleteTest.php Refactoring expectError() calls to PHPUnit annotations 2011-09-13 19:56:37 +01:00
ModelIntegrationTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
ModelReadTest.php Prevent unneeded afterFind callback triggering on associated models. Fixes #2057 2011-10-26 19:36:32 +05:30
models.php Fix association lazy-loading when used with ContainableBehavior 2011-10-14 17:53:37 -04:30
ModelTestBase.php Removed the @access and @static. 2011-07-30 20:56:48 -04:00
ModelValidationTest.php Fixing doc blocks in Test suite and some visibility keywords. 2011-10-10 23:18:48 +02:00
ModelWriteTest.php Fixing another postgres failing test 2011-10-05 21:36:36 -04:30