make test case class abstract
This commit is contained in:
parent
c4d2dc65f6
commit
5724a50ba2
@ -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 = [];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user