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

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

공개 메소드들

메소드 설명
createIndexIgnoredOptions ( )
testAggregate ( )
testAggregateCursor ( )
testAggregateInvalidPipeline ( )
testAggregateTimeoutException ( )
testAggregateWithMultiplePilelineOperatorsAsArguments ( )
testBatchInsertContinuesOnError ( )
testBatchInsertEmptyBatchException ( )
testBatchInsertException ( )
testBatchInsertObjectWithPrivateProperties ( )
testBatchInsertWithEmptyKey ( )
testBatchInsertWithInvalidKey ( )
testBatchInsertWithNumericKey ( )
testCount ( )
testCountTimeout ( )
testCountWithLimit ( )
testCountWithLimitAndSkip ( )
testCountWithLimitAndSkipLegacy ( )
testCountWithLimitLegacy ( )
testCountWithSkip ( )
testCountWithSkipLegacy ( )
testCreateDBRef ( )
testCreateIndex ( )
testCreateIndexInvalid ( )
testCreateIndexTwice ( )
testCreateIndexTwiceWithDifferentName ( )
testCreateIndexTwiceWithDifferentOrder ( )
testCreateIndexTwiceWithSameName ( )
testCreateIndexWithDeprecatedOptions ( )
testCreateIndexWithSameNameAndDifferentOptions ( )
testCreateIndexesWithDifferentOptions ( )
testCreateIndexesWithIgnoredOptions ( $option )
testCreateRecord ( )
testDeleteIndexUsingField ( )
testDeleteIndexUsingIndexName ( )
testDeleteIndexUsingKeys ( )
testDeleteIndexes ( )
testDeleteIndexesForNonExistingCollection ( )
testDistinct ( )
testDistinctWithIdQuery ( )
testDistinctWithQuery ( )
testDrop ( )
testEmptyCollectionName ( )
testEnsureIndex ( )
testEnsureIndexAlreadyExists ( )
testEnsureIndexAlreadyExistsWithDifferentOptions ( )
testFindAndModifyExceptionTimeout ( )
testFindAndModifyRemove ( )
testFindAndModifyResultException ( )
testFindAndModifyUpdate ( )
testFindAndModifyUpdateReplace ( )
testFindAndModifyUpdateReturnNew ( )
testFindAndModifyUpdateWithUpdateOptions ( )
testFindAndModifyWithFields ( )
testFindAndModifyWithUpdateParamAndOption ( )
testFindOne ( )
testFindOneConnectionIssue ( )
testFindOneNotFound ( )
testFindReturnsCursor ( )
testGetDBRef ( )
testGetIndexInfo ( )
testGetNestedCollections ( )
testGroup ( )
testHasNextLoop ( )
testInsertArrayWithNumericKeys ( )
testInsertDuplicate ( )
testInsertEmptyArray ( )
testInsertEmptyObject ( )
testInsertInvalidData ( )
testInsertMany ( )
testInsertManyWithNonNumericKeys ( )
testInsertObjectWithPrivateProperties ( )
testInsertWithEmptyKey ( )
testInsertWithInvalidKey ( )
testInsertWithNumericKey ( )
testInsertWriteConcernException ( )
testMapReduce ( )
testProjectionWithBSONTypes ( )
testReadPreference ( )
testReadPreferenceIsInherited ( )
testReadPreferenceIsSetInDriver ( )
testRemoveMultiple ( )
testRemoveOne ( )
testRemoveSingle ( )
testRemoveUnacknowledged ( )
testSaveDuplicate ( )
testSaveEmptyKeys ( )
testSaveEmptyObject ( )
testSaveInsert ( )
testSaveUpdate ( )
testSavingShouldReplaceTheWholeDocument ( )
testSelectCollectionWithDatabaseObject ( )
testSelectCollectionWithNullBytes ( )
testSerialize ( )
testSubCollectionWithNullBytes ( )
testUnacknowledgedUpdate ( )
testUnacknowledgedWrite ( )
testUpdateDuplicate ( )
testUpdateMany ( )
testUpdateOne ( )
testUpdateReplaceMultiple ( )
testUpdateReplaceOne ( )
testUpdateWriteConcern ( )
testValidate ( )
testWriteConcern ( )
testWriteConcernIsInherited ( )
testWriteConcernIsSetInDriver ( )

메소드 상세

createIndexIgnoredOptions() 공개 정적인 메소드

public static createIndexIgnoredOptions ( )

testAggregate() 공개 메소드

public testAggregate ( )

testAggregateCursor() 공개 메소드

public testAggregateCursor ( )

testAggregateInvalidPipeline() 공개 메소드

testAggregateTimeoutException() 공개 메소드

testAggregateWithMultiplePilelineOperatorsAsArguments() 공개 메소드

testBatchInsertContinuesOnError() 공개 메소드

testBatchInsertEmptyBatchException() 공개 메소드

testBatchInsertException() 공개 메소드

testBatchInsertObjectWithPrivateProperties() 공개 메소드

testBatchInsertWithEmptyKey() 공개 메소드

testBatchInsertWithInvalidKey() 공개 메소드

testBatchInsertWithNumericKey() 공개 메소드

testCount() 공개 메소드

public testCount ( )

testCountTimeout() 공개 메소드

public testCountTimeout ( )

testCountWithLimit() 공개 메소드

public testCountWithLimit ( )

testCountWithLimitAndSkip() 공개 메소드

testCountWithLimitAndSkipLegacy() 공개 메소드

testCountWithLimitLegacy() 공개 메소드

testCountWithSkip() 공개 메소드

public testCountWithSkip ( )

testCountWithSkipLegacy() 공개 메소드

testCreateDBRef() 공개 메소드

public testCreateDBRef ( )

testCreateIndex() 공개 메소드

public testCreateIndex ( )

testCreateIndexInvalid() 공개 메소드

testCreateIndexTwice() 공개 메소드

testCreateIndexTwiceWithDifferentName() 공개 메소드

testCreateIndexTwiceWithDifferentOrder() 공개 메소드

testCreateIndexTwiceWithSameName() 공개 메소드

testCreateIndexWithDeprecatedOptions() 공개 메소드

testCreateIndexWithSameNameAndDifferentOptions() 공개 메소드

testCreateIndexesWithDifferentOptions() 공개 메소드

testCreateIndexesWithIgnoredOptions() 공개 메소드

testCreateRecord() 공개 메소드

public testCreateRecord ( )

testDeleteIndexUsingField() 공개 메소드

testDeleteIndexUsingIndexName() 공개 메소드

testDeleteIndexUsingKeys() 공개 메소드

testDeleteIndexes() 공개 메소드

public testDeleteIndexes ( )

testDeleteIndexesForNonExistingCollection() 공개 메소드

testDistinct() 공개 메소드

public testDistinct ( )

testDistinctWithIdQuery() 공개 메소드

testDistinctWithQuery() 공개 메소드

testDrop() 공개 메소드

public testDrop ( )

testEmptyCollectionName() 공개 메소드

testEnsureIndex() 공개 메소드

public testEnsureIndex ( )

testEnsureIndexAlreadyExists() 공개 메소드

testEnsureIndexAlreadyExistsWithDifferentOptions() 공개 메소드

testFindAndModifyExceptionTimeout() 공개 메소드

testFindAndModifyRemove() 공개 메소드

testFindAndModifyResultException() 공개 메소드

testFindAndModifyUpdate() 공개 메소드

testFindAndModifyUpdateReplace() 공개 메소드

testFindAndModifyUpdateReturnNew() 공개 메소드

testFindAndModifyUpdateWithUpdateOptions() 공개 메소드

testFindAndModifyWithFields() 공개 메소드

testFindAndModifyWithUpdateParamAndOption() 공개 메소드

testFindOne() 공개 메소드

public testFindOne ( )

testFindOneConnectionIssue() 공개 메소드

testFindOneNotFound() 공개 메소드

public testFindOneNotFound ( )

testFindReturnsCursor() 공개 메소드

testGetDBRef() 공개 메소드

public testGetDBRef ( )

testGetIndexInfo() 공개 메소드

public testGetIndexInfo ( )

testGetNestedCollections() 공개 메소드

testGroup() 공개 메소드

public testGroup ( )

testHasNextLoop() 공개 메소드

public testHasNextLoop ( )

testInsertArrayWithNumericKeys() 공개 메소드

testInsertDuplicate() 공개 메소드

public testInsertDuplicate ( )

testInsertEmptyArray() 공개 메소드

testInsertEmptyObject() 공개 메소드

testInsertInvalidData() 공개 메소드

testInsertMany() 공개 메소드

public testInsertMany ( )

testInsertManyWithNonNumericKeys() 공개 메소드

testInsertObjectWithPrivateProperties() 공개 메소드

testInsertWithEmptyKey() 공개 메소드

testInsertWithInvalidKey() 공개 메소드

testInsertWithNumericKey() 공개 메소드

testInsertWriteConcernException() 공개 메소드

testMapReduce() 공개 메소드

public testMapReduce ( )

testProjectionWithBSONTypes() 공개 메소드

testReadPreference() 공개 메소드

public testReadPreference ( )

testReadPreferenceIsInherited() 공개 메소드

testReadPreferenceIsSetInDriver() 공개 메소드

testRemoveMultiple() 공개 메소드

public testRemoveMultiple ( )

testRemoveOne() 공개 메소드

public testRemoveOne ( )

testRemoveSingle() 공개 메소드

public testRemoveSingle ( )

testRemoveUnacknowledged() 공개 메소드

testSaveDuplicate() 공개 메소드

public testSaveDuplicate ( )

testSaveEmptyKeys() 공개 메소드

public testSaveEmptyKeys ( )

testSaveEmptyObject() 공개 메소드

public testSaveEmptyObject ( )

testSaveInsert() 공개 메소드

public testSaveInsert ( )

testSaveUpdate() 공개 메소드

public testSaveUpdate ( )

testSavingShouldReplaceTheWholeDocument() 공개 메소드

testSelectCollectionWithDatabaseObject() 공개 메소드

testSelectCollectionWithNullBytes() 공개 메소드

testSerialize() 공개 메소드

public testSerialize ( )

testSubCollectionWithNullBytes() 공개 메소드

testUnacknowledgedUpdate() 공개 메소드

testUnacknowledgedWrite() 공개 메소드

testUpdateDuplicate() 공개 메소드

public testUpdateDuplicate ( )

testUpdateMany() 공개 메소드

public testUpdateMany ( )

testUpdateOne() 공개 메소드

public testUpdateOne ( )

testUpdateReplaceMultiple() 공개 메소드

testUpdateReplaceOne() 공개 메소드

testUpdateWriteConcern() 공개 메소드

testValidate() 공개 메소드

public testValidate ( )

testWriteConcern() 공개 메소드

public testWriteConcern ( )

testWriteConcernIsInherited() 공개 메소드

testWriteConcernIsSetInDriver() 공개 메소드