We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d4df4 commit a80360dCopy full SHA for a80360d
tests/lib/Preview/PreviewMapperTest.php
@@ -26,6 +26,11 @@ public function setUp(): void {
26
$this->connection = Server::get(IDBConnection::class);
27
}
28
29
+ public function tearDown(): void {
30
+ $this->previewMapper->deleteAll();
31
+ parent::tearDown();
32
+ }
33
+
34
public function testGetAvailablePreviews(): void {
35
// Empty
36
$this->assertEquals([], $this->previewMapper->getAvailablePreviews([]));
0 commit comments