diff --git a/tests/e2e/Scopes/Scope.php b/tests/e2e/Scopes/Scope.php index c5079962a0..f590f31fce 100644 --- a/tests/e2e/Scopes/Scope.php +++ b/tests/e2e/Scopes/Scope.php @@ -20,8 +20,6 @@ abstract class Scope extends TestCase protected string $endpoint = 'http://localhost/v1'; - public static Validator $dateValidator; - protected function setUp(): void { $this->client = new Client();