1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 01:46:35 +02:00

Make tests compatible with PHPUnit 8

This commit is contained in:
Franz Liedke
2020-03-28 01:26:26 +01:00
parent 29bdd471bc
commit 9ae8bcdffe
18 changed files with 18 additions and 18 deletions

View File

@@ -20,7 +20,7 @@ class IlluminateValidationExceptionHandlerTest extends TestCase
{
private $handler;
public function setUp()
protected function setUp(): void
{
$this->handler = new IlluminateValidationExceptionHandler;
}

View File

@@ -17,7 +17,7 @@ class ValidationExceptionHandlerTest extends TestCase
{
private $handler;
public function setUp()
protected function setUp(): void
{
$this->handler = new ValidationExceptionHandler;
}