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

testEnd() public method

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