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

testStart() public method

public testStart ( )
    public function testStart()
    {
        $snippet = $this->snippetFromMethod(Query::class, 'start');
        $snippet->addLocal('query', $this->query);
        $snippet->addLocal('lastResultCursor', 1);
        $snippet->invoke();
        $this->assertEquals(1, $this->query->queryObject()['startCursor']);
    }