Exemplo n.º 1
0
 public function testValue()
 {
     $value = $this->object->calculateByHeartrateAverage(90, 3600);
     $this->assertEquals($value, $this->object->value());
 }