Google\Cloud\Tests\Snippets\Datastore\EntityTest::testCursor PHP Method

testCursor() public method

public testCursor ( )
    public function testCursor()
    {
        $snippet = $this->snippetFromMethod(Entity::class, 'cursor');
        $snippet->addLocal('entity', $this->entity);
        $res = $snippet->invoke('cursor');
        $this->assertEquals($this->options['cursor'], $res->returnVal());
    }