PHP Class RedUNIT\Base\Cursors

Tests whether RedBeanPHP can use cursors (using the findCollection method) to iterate over large data sets.
Author: Gabor de Mooij and the RedBeanPHP Community
Inheritance: extends RedUNIT\Base
Show file Open project: gabordemooij/redbean

Public Methods

Method Description
testBasicCursors ( ) : void Test basic cursor functionality.
testEmptyCollection ( ) : void Test empty collections (NULLCursor).

Method Details

testBasicCursors() public method

Test basic cursor functionality.
public testBasicCursors ( ) : void
return void

testEmptyCollection() public method

Test empty collections (NULLCursor).
public testEmptyCollection ( ) : void
return void