format
This commit is contained in:
parent
012f5d9da8
commit
636e1da7d8
@ -37,7 +37,8 @@ class ImageBanTest extends ShimmiePHPUnitTestCase
|
|||||||
$this->assertEquals(200, $page->code);
|
$this->assertEquals(200, $page->code);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function onNotSuccessfulTest(\Throwable $t): void {
|
public function onNotSuccessfulTest(\Throwable $t): void
|
||||||
|
{
|
||||||
send_event(new RemoveImageHashBanEvent($this->hash));
|
send_event(new RemoveImageHashBanEvent($this->hash));
|
||||||
parent::onNotSuccessfulTest($t); // TODO: Change the autogenerated stub
|
parent::onNotSuccessfulTest($t); // TODO: Change the autogenerated stub
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user