예제 #1
0
파일: ResultTest.php 프로젝트: smasty/neevo
 public function testJoinWrongSource()
 {
     $this->setExpectedException('InvalidArgumentException', 'must be a string, Neevo\\Literal or Neevo\\Result.');
     $this->result->join(new stdClass(), true);
 }