예제 #1
0
 /**
  * @covers Kunstmaan\AdminBundle\Helper\Menu\MenuItem::getAppearInNavigation
  * @covers Kunstmaan\AdminBundle\Helper\Menu\MenuItem::setAppearInNavigation
  */
 public function testGetSetAppearInNavigation()
 {
     $this->object->setAppearInNavigation(true);
     $this->assertTrue($this->object->getAppearInNavigation());
 }