Пример #1
0
 public function testInCentimeter()
 {
     $PoolLength = new PoolLength();
     $PoolLength->set(5000);
     $this->assertEquals(5000, $PoolLength->cm());
     $this->assertEquals('5000 ' . DistanceUnitSystem::CM, $PoolLength->stringCM());
 }