Пример #1
0
 public function testFactor()
 {
     $Cadence = new Running();
     $this->assertEquals(160, $Cadence->useFactor(80));
 }