mirror of
https://github.com/flarum/core.git
synced 2025-08-11 19:04:29 +02:00
Add @inheritDoc to all setUp and tearDown methods
This commit is contained in:
@@ -24,6 +24,9 @@ class AvatarUploaderTest extends TestCase
|
||||
private $filesystem;
|
||||
private $uploader;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->dispatcher = m::mock(Dispatcher::class);
|
||||
|
Reference in New Issue
Block a user