예제 #1
0
 /**
  * @covers Kunstmaan\AdminBundle\Helper\Menu\MenuItem::getLabel
  * @covers Kunstmaan\AdminBundle\Helper\Menu\MenuItem::setLabel
  */
 public function testGetSetLabel()
 {
     $this->object->setLabel('label');
     $this->assertEquals('label', $this->object->getLabel());
 }