예제 #1
0
파일: QueryTest.php 프로젝트: nxpthx/FLOW3
 /**
  * @test
  * @expectedException \InvalidArgumentException
  */
 public function setOffsetRejectsIntegersLessThanZero()
 {
     $this->query->setOffset(-1);
 }