示例#1
0
 /**
  * @covers ::setLabel
  * @covers ::getLabel
  */
 public function testLabel()
 {
     $this->unit->setLabel('yard');
     $this->assertEquals('yard', $this->unit->getLabel());
 }