PHP 클래스 Doctrine\MongoDB\Tests\Query\QueryTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: doctrine/mongodb

공개 메소드들

메소드 설명
provideQueryTypesThatDoNotReturnAnIterator ( )
provideQueryTypesThatDoReturnAnIterator ( )
testConstructorShouldThrowExceptionForInvalidType ( )
testCountWithOptions ( )
testEagerCursorPreparation ( )
testFindAndModifyOptionsAreRenamed ( )
testGeoNearOptionsArePassed ( )
testGetIteratorShouldThrowExceptionAfterExecutingForTypesThatShouldReturnAnIteratorButDoNot ( $type, $method )
testGetIteratorShouldThrowExceptionWithoutExecutingForTypesThatDoNotReturnAnIterator ( $type, $method )
testGroup ( )
testMapReduceOptionsArePassed ( )
testSpecifyMaxTimeMSOnCursor ( )
testUseIdentifierKeys ( )
testWithReadPreference ( )
testWithReadPreferenceRestoresReadPreferenceBeforePropagatingException ( )

비공개 메소드들

메소드 설명
getMockCollection ( ) : Doctrine\MongoDB\Collection
getMockCursor ( ) : Doctrine\MongoDB\Cursor

메소드 상세

provideQueryTypesThatDoNotReturnAnIterator() 공개 메소드

provideQueryTypesThatDoReturnAnIterator() 공개 메소드

testConstructorShouldThrowExceptionForInvalidType() 공개 메소드

testCountWithOptions() 공개 메소드

testEagerCursorPreparation() 공개 메소드

testFindAndModifyOptionsAreRenamed() 공개 메소드

testGeoNearOptionsArePassed() 공개 메소드

testGetIteratorShouldThrowExceptionAfterExecutingForTypesThatShouldReturnAnIteratorButDoNot() 공개 메소드

testGetIteratorShouldThrowExceptionWithoutExecutingForTypesThatDoNotReturnAnIterator() 공개 메소드

testGroup() 공개 메소드

public testGroup ( )

testMapReduceOptionsArePassed() 공개 메소드

testSpecifyMaxTimeMSOnCursor() 공개 메소드

testUseIdentifierKeys() 공개 메소드

testWithReadPreference() 공개 메소드

testWithReadPreferenceRestoresReadPreferenceBeforePropagatingException() 공개 메소드