also update test
This commit is contained in:
parent
7820096bd9
commit
6599973b01
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class RelationshipsTest extends ShimmiePHPUnitTestCase
|
|||
global $database;
|
||||
$database->execute(
|
||||
"UPDATE images SET parent_id=NULL, has_children=:false",
|
||||
["false"=>$database->scoresql_value_prepare(false)]
|
||||
["false"=>false]
|
||||
);
|
||||
// FIXME: send_event(new ImageRelationshipSetEvent($image_2->id, null));
|
||||
|
||||
|
|
Reference in a new issue