Example #1
0
 /**
  * @expectedException \LogicException
  */
 public function testGettingResultsPerPageIfPaginationOptionsAreNotSet()
 {
     $criteria = new Criteria();
     $criteria->getResultsPerPage();
 }