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:
@@ -24,7 +24,7 @@ class AvatarUploaderTest extends TestCase
|
||||
private $filesystem;
|
||||
private $uploader;
|
||||
|
||||
public function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->dispatcher = m::mock(Dispatcher::class);
|
||||
$this->dispatcher->shouldIgnoreMissing();
|
||||
|
Reference in New Issue
Block a user