This commit is contained in:
Shish 2020-01-30 14:50:38 +00:00
parent 012f5d9da8
commit 636e1da7d8

View file

@ -37,7 +37,8 @@ class ImageBanTest extends ShimmiePHPUnitTestCase
$this->assertEquals(200, $page->code);
}
public function onNotSuccessfulTest(\Throwable $t): void {
public function onNotSuccessfulTest(\Throwable $t): void
{
send_event(new RemoveImageHashBanEvent($this->hash));
parent::onNotSuccessfulTest($t); // TODO: Change the autogenerated stub
}