Ejemplo n.º 1
0
 public function onStarted(TestName $test)
 {
     parent::onStarted($test);
     $currentValue = $this->getCurrentValue();
     if (!$this->startValue) {
         $this->startValue = $currentValue;
     }
     $this->started[$test->toString()] = $currentValue;
 }