Restructure tests

- Avoid database leftovers
This commit is contained in:
Philipp
2023-02-13 20:52:24 +01:00
parent 704508fc65
commit e1813e3d73
11 changed files with 161 additions and 104 deletions

View File

@@ -38,6 +38,13 @@ class HTTPClientTest extends MockedTest
$this->setupHttpMockHandler();
}
protected function tearDown(): void
{
$this->tearDownHandler();
parent::tearDown();
}
/**
* Test for issue https://github.com/friendica/friendica/issues/10473#issuecomment-907749093
*/