Example #1
0
 public function testAddTag()
 {
     $this->query->addTag('testtag');
     $this->assertEquals(array('testtag'), $this->query->getTags());
 }