public function testMarkFallbackSuccess()
 {
     $this->counter->expects($this->once())->method('add')->with(MetricsCounter::FALLBACK_SUCCESS);
     $this->metrics->markFallbackSuccess();
 }