make test case class abstract
Dieser Commit ist enthalten in:
Ursprung
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 = [];
|
||||||
|
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren