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