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