Example #1
0
 /**
  * Nothing should be called on the query builder
  */
 public function testRestrictQuery()
 {
     $candidates = new Candidates();
     $candidates->restrictQuery(null);
 }