Skip to content

Commit 80c7d05

Browse files
committed
refactor: remove no-op override
1 parent 7c02a17 commit 80c7d05

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

tests/Test/Prometheus/Predis/SummaryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@ public function configureAdapter(): void
1717
$this->adapter = new Predis(['host' => REDIS_HOST]);
1818
$this->adapter->wipeStorage();
1919
}
20-
21-
public function itShouldObserveWithLabels(): void
22-
{
23-
parent::itShouldObserveWithLabels();
24-
}
2520
}

tests/Test/Prometheus/Redis/SummaryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,4 @@ public function configureAdapter(): void
1818
$this->adapter = new Redis(['host' => REDIS_HOST]);
1919
$this->adapter->wipeStorage();
2020
}
21-
/** @test */
22-
public function itShouldObserveWithLabels(): void
23-
{
24-
parent::itShouldObserveWithLabels(); // TODO: Change the autogenerated stub
25-
}
2621
}

0 commit comments

Comments
 (0)