also update test

This commit is contained in:
Shish 2020-10-26 19:38:51 +00:00
parent 7820096bd9
commit 6599973b01

View file

@ -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));