From 85256f545cb13b988cd269d8f517508c60c2ca08 Mon Sep 17 00:00:00 2001 From: Damodar Lohani Date: Wed, 27 Jul 2022 08:14:31 +0000 Subject: [PATCH] remove teardown --- tests/e2e/General/UsageTest.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/e2e/General/UsageTest.php b/tests/e2e/General/UsageTest.php index 0d8fa2fa86..85ec7f11e3 100644 --- a/tests/e2e/General/UsageTest.php +++ b/tests/e2e/General/UsageTest.php @@ -571,12 +571,4 @@ class UsageTest extends Scope $this->assertGreaterThan(0, $response['functionsBuildTime'][array_key_last($response['functionsBuildTime'])]['value']); $this->assertEquals($failures, $response['functionsFailures'][array_key_last($response['functionsFailures'])]['value']); } - - protected function tearDown(): void - { - $this->usersCount = 0; - $this->requestsCount = 0; - $this->projectId = ''; - $this->headers = []; - } }