PHP 클래스 Alcaeus\MongoDbAdapter\Tests\Mongo\MongoCursorTest

저자: alcaeus ([email protected])
파일 보기 프로젝트 열기: alcaeus/mongo-php-adapter

공개 메소드들

메소드 설명
getBasicCheckCallback ( $expected, $optionName )
getCursorOptions ( )
getMissingOptionCallback ( $optionName )
getModifierCheckCallback ( $expected, $modifierName )
testCount ( )
testCountAfterIteration ( )
testCountCannotConnect ( )
testCursorAppliesOptions ( $checkOptionCallback, Closure $applyOptionCallback = null )
testCursorConvertsTypes ( )
testCursorInfo ( )
testIteratorInterface ( )
testNextStartsWithFirstItem ( )
testReadPreferenceIsInherited ( )
testSerialize ( )

보호된 메소드들

메소드 설명
getCollectionMock ( ) : PHPUnit_Framework_MockObject_MockObject

메소드 상세

getBasicCheckCallback() 공개 메소드

public getBasicCheckCallback ( $expected, $optionName )

getCollectionMock() 보호된 메소드

protected getCollectionMock ( ) : PHPUnit_Framework_MockObject_MockObject
리턴 PHPUnit_Framework_MockObject_MockObject

getCursorOptions() 공개 정적인 메소드

public static getCursorOptions ( )

getMissingOptionCallback() 공개 메소드

public getMissingOptionCallback ( $optionName )

getModifierCheckCallback() 공개 메소드

public getModifierCheckCallback ( $expected, $modifierName )

testCount() 공개 메소드

public testCount ( )

testCountAfterIteration() 공개 메소드

testCountCannotConnect() 공개 메소드

testCursorAppliesOptions() 공개 메소드

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

testCursorConvertsTypes() 공개 메소드

testCursorInfo() 공개 메소드

public testCursorInfo ( )

testIteratorInterface() 공개 메소드

testNextStartsWithFirstItem() 공개 메소드

testReadPreferenceIsInherited() 공개 메소드

testSerialize() 공개 메소드

public testSerialize ( )