mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:50:11 +00:00
Restructure tests
- Avoid database leftovers
This commit is contained in:
parent
704508fc65
commit
e1813e3d73
11 changed files with 161 additions and 104 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue