Ejemplo n.º 1
0
 public function testMarkFailure()
 {
     $this->counter->expects($this->once())->method('add')->with(MetricsCounter::FAILURE);
     $this->metrics->markFailure();
 }