Пример #1
0
 public function testSetAndGetSort()
 {
     $this->query->setSort('index');
     $this->assertEquals('index', $this->query->getSort());
 }