This commit is contained in:
Shish 2020-01-29 20:36:25 +00:00
parent fb5bce69f8
commit f90c8cee3c

View file

@ -82,7 +82,7 @@ class RelationshipsTest extends ShimmiePHPUnitTestCase
[$image_1, $image_2, $image_3] = $imgs;
global $database;
$database->execute("UPDATE images SET parent_id=NULL, has_children=FALSE");
$database->execute("UPDATE images SET parent_id=NULL, has_children=:false", ["false"=>false]);
// FIXME: send_event(new ImageRelationshipSetEvent($image_2->id, null));
// refresh data from database