Google\Cloud\Tests\Datastore\Query\GqlQueryTest::testJsonSerialize PHP 메소드

testJsonSerialize() 공개 메소드

public testJsonSerialize ( )
    public function testJsonSerialize()
    {
        $query = new GqlQuery($this->mapper, 'SELECT * FROM foo');
        $this->assertEquals($query->jsonSerialize(), $query->queryObject());
    }