remove teardown

This commit is contained in:
Damodar Lohani
2022-07-27 08:14:31 +00:00
parent e9bbcc9135
commit 85256f545c
-8
View File
@@ -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 = [];
}
}