Google\Cloud\Tests\Datastore\Query\GqlQueryTest::testQueryKeyIsCorrect PHP Method

testQueryKeyIsCorrect() public method

    public function testQueryKeyIsCorrect()
    {
        $query = new GqlQuery($this->mapper, 'SELECT * FROM foo');
        $this->assertEquals($query->queryKey(), 'gqlQuery');
    }