Exemple #1
0
 public function testAddWrongParam()
 {
     $this->setExpectedException('InvalidArgumentException');
     $this->runner->addChecks('foo');
 }