/**
  * @test
  */
 public function getQueryReturnsAClone()
 {
     $this->assertNotSame($this->query, $this->queryResult->getQuery());
 }