mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fix errors with postgres tests.
This commit is contained in:
parent
caf350c01f
commit
b20ca3f4e0
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class TranslateBehaviorTest extends CakeTestCase {
|
|||
|
||||
$model = new TranslatedItem();
|
||||
$translateModel = $model->translateModel();
|
||||
$translateModel->updateAll(array('content' => '"0"'));
|
||||
$translateModel->updateAll(array('content' => "'0'"));
|
||||
$model->locale = 'eng';
|
||||
|
||||
$result = $model->read(null, 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue