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