make test case class abstract

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

Bestand weergeven

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