Example #1
0
 /**
  * @expectedException Exception
  * @expectedExceptionMessage invalidly nested block
  */
 public function test_invalidlyNestedBlockRows()
 {
     $x = new Template(__DIR__ . '/files/templates/invalidNesting.tmpl');
     $res = $x->get_block_row_defs();
 }