예제 #1
0
파일: UnitTest.php 프로젝트: mglaman/units
 /**
  * @covers ::setUnit
  * @covers ::getUnit
  */
 public function testUnit()
 {
     $this->unit->setUnit('yd');
     $this->assertEquals('yd', $this->unit->getUnit());
 }