cakephp2-php8/lib/Cake/Test/Case/Model
Larry E. Masters 1fd329311b Fixes tests to expect changes made to read and write methods - This could be a possible BC change
Since php 7 expects write to return true or false this needed to change, previous implementation would return the values sent to write on success and false on failure. Similar change to read method test CakeSession::read() now returns results or ''.
2015-12-28 11:29:17 -05:00
..
Behavior Use options array. 2015-06-01 16:12:45 +02:00
Datasource Fixes tests to expect changes made to read and write methods - This could be a possible BC change 2015-12-28 11:29:17 -05: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 CakeSchema naming fallback. 2014-08-11 10:40:57 -05:00
ConnectionManagerTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelCrossSchemaHabtmTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelDeleteTest.php Fix verification of expected invocations #2919 2014-03-01 19:06:17 +01:00
ModelIntegrationTest.php Missing test fix ModelIntegration 2015-08-18 13:32:16 +01:00
ModelReadTest.php Fix remaining test. 2015-09-22 14:21:04 +02:00
models.php Various improvements to the CakePHP test files 2015-09-25 17:22:00 +02:00
ModelTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ModelTestBase.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +02:00
ModelValidationTest.php add @throws anotation to fix travis PHP_CODESNIFFER warnings 2015-12-13 15:16:49 -06:00
ModelWriteTest.php Fix errors in PHP <5.4 2015-09-06 22:14:04 -04:00