Esempio n. 1
0
 /**
  * @expectedException \RuntimeException
  */
 public function testFailmodify()
 {
     $this->query->modify(new StdClass());
 }