mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +08:00
Add @inheritDoc to all setUp and tearDown methods
This commit is contained in:
parent
6ca9191f42
commit
ab43c31ff5
@ -23,6 +23,9 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
use BuildsHttpRequests;
|
||||
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
protected function tearDown(): void
|
||||
{
|
||||
parent::tearDown();
|
||||
|
Loading…
x
Reference in New Issue
Block a user