cakephp2-php8/lib/Cake/Test/Case/Model
mark_story 816801902e Allow '' to be a valid key for Hash, and Session
By removing a bunch of empty() guards we can make '' behave like all the
other key names. This does change the existing behavior/tests around ''
key, but I think that is ok given the need to manipulate ''.

Refs #9632
2016-10-21 10:54:39 -04:00
..
Behavior Use options array. 2015-06-01 16:12:45 +02:00
Datasource Allow '' to be a valid key for Hash, and Session 2016-10-21 10:54:39 -04:00
Validator Adjust bake, docblocks and tests for notBlank. 2015-05-17 22:27:16 +02:00
AclNodeTest.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
BehaviorCollectionTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
CakeSchemaTest.php validate table name before generating schema file 2016-10-03 00:23:05 +08:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Remove superfluous "Class" from doc blocks 2016-08-10 12:22:09 +02:00
ModelDeleteTest.php Add tests covering basic use of <> in deleteAll() 2016-08-13 22:48:02 -04:00
ModelIntegrationTest.php Added test case 2016-07-10 09:57:24 +01:00
ModelReadTest.php Tweak/Add doc blocks. 2016-10-09 11:05:35 -04:00
models.php Added test case 2016-07-10 09:57:24 +01:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Added test cases covering native uuid field usage for Postgres class 2016-01-28 21:13:33 +03:00
ModelValidationTest.php add @throws anotation to fix travis PHP_CODESNIFFER warnings 2015-12-13 15:16:49 -06:00
ModelWriteTest.php Fix doc block param types. 2016-04-08 15:12:48 +02:00