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