1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 00:47:00 +02:00

Add @inheritDoc to all setUp and tearDown methods

This commit is contained in:
Alexander Skvortsov
2021-01-06 22:16:26 -05:00
parent 008ec95505
commit 0a8816938a
22 changed files with 66 additions and 0 deletions

View File

@@ -21,6 +21,9 @@ class AbstractPolicyTest extends TestCase
private $policy;
private $dispatcher;
/**
* @inheritDoc
*/
protected function setUp(): void
{
$this->policy = m::mock(CustomUserPolicy::class)->makePartial();