Skip to content

Commit

Permalink
remove teardown
Browse files Browse the repository at this point in the history
Signed-off-by: fezfez <[email protected]>
  • Loading branch information
fezfez committed Dec 4, 2024
1 parent 214c904 commit 7cd0879
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/Client/UseCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,11 @@ class UseCaseTest extends TestCase
/**
* The bast URI for this test, containing all files in the files directory
* Should be set in phpunit.xml or phpunit.xml.dist
*
* @var string
*/
private string $baseuri;

/**
* Common HTTP client
*
* @var HTTPClient
*/
private HTTPClient $client;

Expand Down Expand Up @@ -71,14 +67,6 @@ protected function setUp(): void
}
}

/**
* Clean up the test environment
*/
protected function tearDown(): void
{
$this->client = null;
}

public function testHttpGet(): void
{
$this->client->setMethod(Request::METHOD_GET);
Expand Down

0 comments on commit 7cd0879

Please sign in to comment.