cakephp2-php8/lib/Cake/Test
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
..
bake_compare Fix whitespace for paginator counter call 2015-02-23 16:46:43 +00:00
Case Fix issues saveMany & saveAssociated with boolean values. 2015-07-22 00:41:10 -04:00
Fixture Allow level field to be null for pqsql and sqlite. 2015-02-15 23:04:13 +05:30
test_app Adjust bake, docblocks and tests for notBlank. 2015-05-17 22:27:16 +02:00