getQuery() public method

Returns a clone of the query object
public getQuery ( ) : Neos\Flow\Persistence\QueryInterface
return Neos\Flow\Persistence\QueryInterface
コード例 #1
0
 /**
  * @test
  */
 public function getQueryReturnsAClone()
 {
     $this->assertNotSame($this->query, $this->queryResult->getQuery());
 }