Пример #1
0
 /**
  * @group ZF-10409
  */
 public function testGetPrefixForIdWithNull()
 {
     $this->_helper->setPrefixForId(null);
     $this->assertEquals('menu-', $this->_helper->getPrefixForId());
 }