Пример #1
0
 public function testValue()
 {
     $Cadence = new Running(90);
     $this->assertEquals(180, $Cadence->value());
 }