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