PHP Class Alcaeus\MongoDbAdapter\Tests\Mongo\MongoCursorTest

Author: alcaeus ([email protected])
Afficher le fichier Open project: alcaeus/mongo-php-adapter

Méthodes publiques

Méthode Description
getBasicCheckCallback ( $expected, $optionName )
getCursorOptions ( )
getMissingOptionCallback ( $optionName )
getModifierCheckCallback ( $expected, $modifierName )
testCount ( )
testCountAfterIteration ( )
testCountCannotConnect ( )
testCursorAppliesOptions ( $checkOptionCallback, Closure $applyOptionCallback = null )
testCursorConvertsTypes ( )
testCursorInfo ( )
testIteratorInterface ( )
testNextStartsWithFirstItem ( )
testReadPreferenceIsInherited ( )
testSerialize ( )

Méthodes protégées

Méthode Description
getCollectionMock ( ) : PHPUnit_Framework_MockObject_MockObject

Method Details

getBasicCheckCallback() public méthode

public getBasicCheckCallback ( $expected, $optionName )

getCollectionMock() protected méthode

protected getCollectionMock ( ) : PHPUnit_Framework_MockObject_MockObject
Résultat PHPUnit_Framework_MockObject_MockObject

getCursorOptions() public static méthode

public static getCursorOptions ( )

getMissingOptionCallback() public méthode

public getMissingOptionCallback ( $optionName )

getModifierCheckCallback() public méthode

public getModifierCheckCallback ( $expected, $modifierName )

testCount() public méthode

public testCount ( )

testCountAfterIteration() public méthode

testCountCannotConnect() public méthode

testCursorAppliesOptions() public méthode

public testCursorAppliesOptions ( $checkOptionCallback, Closure $applyOptionCallback = null )
$applyOptionCallback Closure

testCursorConvertsTypes() public méthode

testCursorInfo() public méthode

public testCursorInfo ( )

testIteratorInterface() public méthode

testNextStartsWithFirstItem() public méthode

testReadPreferenceIsInherited() public méthode

testSerialize() public méthode

public testSerialize ( )