예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testSetRowClassNoClass()
 {
     $this->setExpectedException('Neevo\\NeevoException', 'Cannot set row class');
     $this->result->setRowClass('NoClass');
 }