diff --git a/tests/integration/IntegrationTestCase.php b/tests/integration/IntegrationTestCase.php index 250abfe..22a7b33 100644 --- a/tests/integration/IntegrationTestCase.php +++ b/tests/integration/IntegrationTestCase.php @@ -28,7 +28,7 @@ use Psr\Http\Message\ResponseInterface; /** * @coversNothing */ -class IntegrationTestCase extends TestCase +abstract class IntegrationTestCase extends TestCase { protected array $historyContainer = [];