示例#1
0
 /**
  * Test exception
  *
  * @return void
  */
 public function testExceptionParserEmptyInput()
 {
     $this->setExpectedException('Zend_Markup_Parser_Exception');
     $this->_markup->getParser()->parse('');
 }
示例#2
0
 /**
  * Test exception
  *
  * @expectedException Zend\Markup\Parser\Exception
  */
 public function testExceptionParserEmptyInput()
 {
     $this->_markup->getParser()->parse('');
 }