Example #1
0
 public function testSorts()
 {
     $sorts = array('foo', 'bar');
     $this->query->setSorts($sorts);
     $this->assertTrue($this->query->hasSorts());
     $this->assertSame($sorts, $this->query->getSorts());
 }