示例#1
0
 public function testSetRowClassNoClass()
 {
     $this->setExpectedException('Neevo\\NeevoException', 'Cannot set row class');
     $this->result->setRowClass('NoClass');
 }