mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing test to make it pass using DboSqlite
This commit is contained in:
parent
372123f15a
commit
592dda92de
1 changed files with 1 additions and 1 deletions
|
@ -1581,7 +1581,7 @@ class ModelWriteTest extends BaseModelTest {
|
|||
'DoomedSomethingElse' => array(
|
||||
'className' => 'SomethingElse',
|
||||
'joinTable' => 'join_things',
|
||||
'conditions' => 'JoinThing.doomed = true',
|
||||
'conditions' => array('JoinThing.doomed' => true),
|
||||
'unique' => true
|
||||
),
|
||||
'NotDoomedSomethingElse' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue