Google\Cloud\Tests\Snippets\Datastore\Query\QueryTest::testKind PHP Method

testKind() public method

public testKind ( )
    public function testKind()
    {
        $snippet = $this->snippetFromMethod(Query::class, 'kind');
        $snippet->addLocal('query', $this->query);
        $snippet->invoke();
        $this->assertEquals($this->propertyName('Person'), $this->query->queryObject()['kind'][0]);
    }