Example #1
0
 public function testTop()
 {
     $top = array('unit' => 'LECTURES', 'order' => 'DESC');
     $this->query->setTop($top);
     $this->assertSame($top, $this->query->getTop());
 }