Example #1
0
 public function testClearTags()
 {
     $this->query->addTags(array('t1', 't2'));
     $this->query->clearTags();
     $this->assertEquals(array(), $this->query->getTags());
 }