Skip to content

Commit

Permalink
qa: remove obsolete tearDown implementation as we do not unset `sto…
Browse files Browse the repository at this point in the history
…rage` property anymore

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed May 21, 2024
1 parent 0679bb6 commit eb21c5e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions test/integration/Laminas/RedisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ public function setUp(): void
parent::setUp();
}

public function tearDown(): void
{
if ($this->storage) {
try {
$this->storage->flush();
} catch (Throwable $exception) {
}
}

parent::tearDown();
}

public function testLibOptionsFirst(): void
{
$options = [
Expand Down

0 comments on commit eb21c5e

Please sign in to comment.