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:
@@ -21,6 +21,9 @@ class AbstractPolicyTest extends TestCase
|
||||
private $policy;
|
||||
private $dispatcher;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function setUp(): void
|
||||
{
|
||||
$this->policy = m::mock(CustomUserPolicy::class)->makePartial();
|
||||
|
Reference in New Issue
Block a user