Ejemplo n.º 1
0
 /**
  * @expectedException \Exception
  */
 public function testInvalidSortDirection()
 {
     $filter = OrderFilter::byFieldAndDirection('field', 'invalid direction');
     $filter->applyToEloquent($this->query);
 }