Add @inheritDoc to all setUp and tearDown methods

This commit is contained in:
Alexander Skvortsov 2021-01-06 22:16:26 -05:00
parent 6ca9191f42
commit ab43c31ff5

View File

@ -23,6 +23,9 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
{
use BuildsHttpRequests;
/**
* @inheritDoc
*/
protected function tearDown(): void
{
parent::tearDown();