Example #1
0
 /**
  * @expectedException Exception
  * @expectedExceptionMessage could not find block row
  */
 public function test_setBlockRow_nonexistentRow()
 {
     $x = new Template(null);
     $x->setBlockRow('something');
 }