From 5724a50ba290348ea8d443542b92a1db4794b9d0 Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Thu, 9 Jan 2025 10:39:27 +0100 Subject: [PATCH] make test case class abstract --- tests/integration/IntegrationTestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];