cakephp2-php8/lib/Cake/Test/Case/Model
mark_story c6e5026767 Fix issues saveMany & saveAssociated with boolean values.
For non-atomic, save operations that include models with boolean fields.
The first false value would cause the save to abort. This regression was
introduced in #6947. Instead of checking the data from save() we should
be boolean casting save() to capture the success/failure.

Refs #7069
2015-07-22 00:41:10 -04:00
..
Behavior Use options array. 2015-06-01 16:12:45 +02:00
Datasource Fix PHPCS errors. 2015-07-07 22:06:47 -04:00
Validator Adjust bake, docblocks and tests for notBlank. 2015-05-17 22:27:16 +02:00
AclNodeTest.php Correct doc blocks according to cs guidelines. 2014-07-03 15:36:42 +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 Fix test case 2015-02-15 22:35:42 +05:30
ModelReadTest.php Fix failing test in SQLite. 2015-05-21 21:58:12 -04:00
models.php Merge branch '2.6' into 2.7 2015-07-07 22:05:56 -04: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 Adjust bake, docblocks and tests for notBlank. 2015-05-17 22:27:16 +02:00
ModelWriteTest.php Fix issues saveMany & saveAssociated with boolean values. 2015-07-22 00:41:10 -04:00