コード例 #1
0
ファイル: BbcodeAndHtmlTest.php プロジェクト: omusico/logica
 /**
  * Test exception
  *
  * @return void
  */
 public function testExceptionParserEmptyInput()
 {
     $this->setExpectedException('Zend_Markup_Parser_Exception');
     $this->_markup->getParser()->parse('');
 }
コード例 #2
0
ファイル: BBCodeAndHTMLTest.php プロジェクト: alab1001101/zf2
 /**
  * Test exception
  *
  * @expectedException Zend\Markup\Parser\Exception
  */
 public function testExceptionParserEmptyInput()
 {
     $this->_markup->getParser()->parse('');
 }