mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 17:42:41 +00:00
Fixing failing tests caused by fixture data changes.
This commit is contained in:
parent
5a8648cca0
commit
738d92cc3e
1 changed files with 1 additions and 0 deletions
|
@ -3652,6 +3652,7 @@ class ModelWriteTest extends BaseModelTest {
|
|||
function testUpdateWithCalculation() {
|
||||
$this->loadFixtures('DataTest');
|
||||
$model =& new DataTest();
|
||||
$model->deleteAll(true);
|
||||
$result = $model->saveAll(array(
|
||||
array('count' => 5, 'float' => 1.1),
|
||||
array('count' => 3, 'float' => 1.2),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue