PHP Класс RedUNIT\Base\Cursors

Tests whether RedBeanPHP can use cursors (using the findCollection method) to iterate over large data sets.
Автор: Gabor de Mooij and the RedBeanPHP Community
Наследование: extends RedUNIT\Base
Показать файл Открыть проект

Открытые методы

Метод Описание
testBasicCursors ( ) : void Test basic cursor functionality.
testEmptyCollection ( ) : void Test empty collections (NULLCursor).

Описание методов

testBasicCursors() публичный Метод

Test basic cursor functionality.
public testBasicCursors ( ) : void
Результат void

testEmptyCollection() публичный Метод

Test empty collections (NULLCursor).
public testEmptyCollection ( ) : void
Результат void