예제 #1
0
파일: UnitTest.php 프로젝트: mglaman/units
 /**
  * @covers ::toBase
  */
 public function testFromBase()
 {
     $this->unit->setFactor(0.9144);
     $this->assertEquals(1.09361, $this->unit->fromBase(1));
 }