make test case class abstract

This commit is contained in:
Daniel Seifert 2025-01-09 10:39:27 +01:00
parent c4d2dc65f6
commit 5724a50ba2

View File

@ -28,7 +28,7 @@ use Psr\Http\Message\ResponseInterface;
/** /**
* @coversNothing * @coversNothing
*/ */
class IntegrationTestCase extends TestCase abstract class IntegrationTestCase extends TestCase
{ {
protected array $historyContainer = []; protected array $historyContainer = [];