mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-17 20:38:25 +00:00
c6e5026767
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 |
||
---|---|---|
.. | ||
Behavior | ||
Datasource | ||
Validator | ||
AclNodeTest.php | ||
BehaviorCollectionTest.php | ||
CakeSchemaTest.php | ||
ConnectionManagerTest.php | ||
ModelCrossSchemaHabtmTest.php | ||
ModelDeleteTest.php | ||
ModelIntegrationTest.php | ||
ModelReadTest.php | ||
models.php | ||
ModelTest.php | ||
ModelTestBase.php | ||
ModelValidationTest.php | ||
ModelWriteTest.php |