1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +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

@@ -16,7 +16,7 @@ class RequireCsrfTokenTest extends TestCase
{
use RetrievesAuthorizedUsers;
public function setUp()
protected function setUp(): void
{
parent::setUp();