diff options
Diffstat (limited to 'tests/Utils/TestMiddleware.php')
| -rw-r--r-- | tests/Utils/TestMiddleware.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Utils/TestMiddleware.php b/tests/Utils/TestMiddleware.php index 0adb947..eb3ea04 100644 --- a/tests/Utils/TestMiddleware.php +++ b/tests/Utils/TestMiddleware.php @@ -16,7 +16,6 @@ class TestMiddleware implements Middleware private int $call; private int $calls = 0; - public static function resetCalls(): void { self::$staticCalls = 0; |
