8
0

make test case class abstract

Dieser Commit ist enthalten in:
Daniel Seifert 2025-01-09 10:39:27 +01:00
Ursprung c4d2dc65f6
Commit 5724a50ba2

Datei anzeigen

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