mirror of
https://github.com/friendica/friendica
synced 2025-05-07 23:04:10 +02:00
Restructure tests
- Avoid database leftovers
This commit is contained in:
parent
704508fc65
commit
e1813e3d73
11 changed files with 161 additions and 104 deletions
|
@ -40,6 +40,13 @@ class ImagesTest extends MockedTest
|
|||
$this->setupHttpMockHandler();
|
||||
}
|
||||
|
||||
protected function tearDown(): void
|
||||
{
|
||||
$this->tearDownFixtures();
|
||||
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
public function dataImages()
|
||||
{
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue