Example #1
0
 public function testGetSortDirection()
 {
     $this->assertEquals(['age' => 'descending', 'gender' => 'ascending'], $this->request->getSort()->sorting());
 }