Esempio n. 1
0
 public function testJoinWrongSource()
 {
     $this->setExpectedException('InvalidArgumentException', 'must be a string, Neevo\\Literal or Neevo\\Result.');
     $this->result->join(new stdClass(), true);
 }