Skip to content

Commit a80360d

Browse files
committed
fixup: previews cleanup
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent b8d4df4 commit a80360d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/lib/Preview/PreviewMapperTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public function setUp(): void {
2626
$this->connection = Server::get(IDBConnection::class);
2727
}
2828

29+
public function tearDown(): void {
30+
$this->previewMapper->deleteAll();
31+
parent::tearDown();
32+
}
33+
2934
public function testGetAvailablePreviews(): void {
3035
// Empty
3136
$this->assertEquals([], $this->previewMapper->getAvailablePreviews([]));

0 commit comments

Comments
 (0)