We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c02a17 commit 80c7d05Copy full SHA for 80c7d05
2 files changed
tests/Test/Prometheus/Predis/SummaryTest.php
@@ -17,9 +17,4 @@ public function configureAdapter(): void
17
$this->adapter = new Predis(['host' => REDIS_HOST]);
18
$this->adapter->wipeStorage();
19
}
20
-
21
- public function itShouldObserveWithLabels(): void
22
- {
23
- parent::itShouldObserveWithLabels();
24
- }
25
tests/Test/Prometheus/Redis/SummaryTest.php
@@ -18,9 +18,4 @@ public function configureAdapter(): void
$this->adapter = new Redis(['host' => REDIS_HOST]);
- /** @test */
- parent::itShouldObserveWithLabels(); // TODO: Change the autogenerated stub
26
0 commit comments