mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
Make tests compatible with PHPUnit 8
This commit is contained in:
@@ -17,7 +17,7 @@ class ValidationExceptionHandlerTest extends TestCase
|
||||
{
|
||||
private $handler;
|
||||
|
||||
public function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->handler = new ValidationExceptionHandler;
|
||||
}
|
||||
|
Reference in New Issue
Block a user