Example #1
0
 public function testIndicator()
 {
     $indicator = 'INDICATOR';
     $this->query->setIndicator($indicator);
     $this->assertSame($indicator, $this->query->getIndicator());
 }