コード例 #1
0
ファイル: UnitTest.php プロジェクト: mglaman/units
 /**
  * @covers ::toBase
  */
 public function testFromBase()
 {
     $this->unit->setFactor(0.9144);
     $this->assertEquals(1.09361, $this->unit->fromBase(1));
 }