Example #1
0
 public function testDimensions()
 {
     $dimensions = array('foo', 'bar');
     $this->query->setDimensions($dimensions);
     $this->assertTrue($this->query->hasDimensions());
     $this->assertSame($dimensions, $this->query->getDimensions());
 }