Example #1
0
 public function testSetAndGetOnlyMorePopular()
 {
     $value = false;
     $this->query->setOnlyMorePopular($value);
     $this->assertEquals($value, $this->query->getOnlyMorePopular());
 }