From 91e17e4e94a2bdebd11f23b65b2e8296660a1a5d Mon Sep 17 00:00:00 2001 From: fogelito Date: Mon, 19 Dec 2022 13:21:32 +0200 Subject: [PATCH] remove static $dateValidator --- tests/e2e/Scopes/Scope.php | 2 -- 1 file changed, 2 deletions(-) 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();