Example #1
0
 public function testSetAndGetDictionary()
 {
     $value = 'myDictionary';
     $this->query->setDictionary($value);
     $this->assertEquals($value, $this->query->getDictionary());
 }