コード例 #1
0
 /**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{asset \'foo.js\'}{/asset}', 'asset');
 }
コード例 #2
0
 /**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{rdelim}{/rdelim}', 'rdelim');
 }
コード例 #3
0
 /**
  * Checks whether compileClosingTag() throws an exception.
  *
  * @return void
  */
 public function testCompileClosingTagThrowsException()
 {
     parent::checkCompileClosingTagThrowsException('{printRaw 1}{/printRaw}', 'printRaw');
 }