コード例 #1
0
ファイル: UnitTest.php プロジェクト: mglaman/units
 /**
  * @covers ::setLabel
  * @covers ::getLabel
  */
 public function testLabel()
 {
     $this->unit->setLabel('yard');
     $this->assertEquals('yard', $this->unit->getLabel());
 }