PHP Class Alcaeus\MongoDbAdapter\Tests\Mongo\MongoCollectionTest

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

Méthodes publiques

Méthode Description
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 ( )

Method Details

createIndexIgnoredOptions() public static méthode

public static createIndexIgnoredOptions ( )

testAggregate() public méthode

public testAggregate ( )

testAggregateCursor() public méthode

public testAggregateCursor ( )

testAggregateInvalidPipeline() public méthode

testAggregateTimeoutException() public méthode

testAggregateWithMultiplePilelineOperatorsAsArguments() public méthode

testBatchInsertContinuesOnError() public méthode

testBatchInsertEmptyBatchException() public méthode

testBatchInsertException() public méthode

testBatchInsertObjectWithPrivateProperties() public méthode

testBatchInsertWithEmptyKey() public méthode

testBatchInsertWithInvalidKey() public méthode

testBatchInsertWithNumericKey() public méthode

testCount() public méthode

public testCount ( )

testCountTimeout() public méthode

public testCountTimeout ( )

testCountWithLimit() public méthode

public testCountWithLimit ( )

testCountWithLimitAndSkip() public méthode

testCountWithLimitAndSkipLegacy() public méthode

testCountWithLimitLegacy() public méthode

testCountWithSkip() public méthode

public testCountWithSkip ( )

testCountWithSkipLegacy() public méthode

testCreateDBRef() public méthode

public testCreateDBRef ( )

testCreateIndex() public méthode

public testCreateIndex ( )

testCreateIndexInvalid() public méthode

testCreateIndexTwice() public méthode

testCreateIndexTwiceWithDifferentName() public méthode

testCreateIndexTwiceWithDifferentOrder() public méthode

testCreateIndexTwiceWithSameName() public méthode

testCreateIndexWithDeprecatedOptions() public méthode

testCreateIndexWithSameNameAndDifferentOptions() public méthode

testCreateIndexesWithDifferentOptions() public méthode

testCreateIndexesWithIgnoredOptions() public méthode

testCreateRecord() public méthode

public testCreateRecord ( )

testDeleteIndexUsingField() public méthode

testDeleteIndexUsingIndexName() public méthode

testDeleteIndexUsingKeys() public méthode

testDeleteIndexes() public méthode

public testDeleteIndexes ( )

testDeleteIndexesForNonExistingCollection() public méthode

testDistinct() public méthode

public testDistinct ( )

testDistinctWithIdQuery() public méthode

testDistinctWithQuery() public méthode

testDrop() public méthode

public testDrop ( )

testEmptyCollectionName() public méthode

testEnsureIndex() public méthode

public testEnsureIndex ( )

testEnsureIndexAlreadyExists() public méthode

testEnsureIndexAlreadyExistsWithDifferentOptions() public méthode

testFindAndModifyExceptionTimeout() public méthode

testFindAndModifyRemove() public méthode

testFindAndModifyResultException() public méthode

testFindAndModifyUpdate() public méthode

testFindAndModifyUpdateReplace() public méthode

testFindAndModifyUpdateReturnNew() public méthode

testFindAndModifyUpdateWithUpdateOptions() public méthode

testFindAndModifyWithFields() public méthode

testFindAndModifyWithUpdateParamAndOption() public méthode

testFindOne() public méthode

public testFindOne ( )

testFindOneConnectionIssue() public méthode

testFindOneNotFound() public méthode

public testFindOneNotFound ( )

testFindReturnsCursor() public méthode

testGetDBRef() public méthode

public testGetDBRef ( )

testGetIndexInfo() public méthode

public testGetIndexInfo ( )

testGetNestedCollections() public méthode

testGroup() public méthode

public testGroup ( )

testHasNextLoop() public méthode

public testHasNextLoop ( )

testInsertArrayWithNumericKeys() public méthode

testInsertDuplicate() public méthode

public testInsertDuplicate ( )

testInsertEmptyArray() public méthode

testInsertEmptyObject() public méthode

testInsertInvalidData() public méthode

testInsertMany() public méthode

public testInsertMany ( )

testInsertManyWithNonNumericKeys() public méthode

testInsertObjectWithPrivateProperties() public méthode

testInsertWithEmptyKey() public méthode

testInsertWithInvalidKey() public méthode

testInsertWithNumericKey() public méthode

testInsertWriteConcernException() public méthode

testMapReduce() public méthode

public testMapReduce ( )

testProjectionWithBSONTypes() public méthode

testReadPreference() public méthode

public testReadPreference ( )

testReadPreferenceIsInherited() public méthode

testReadPreferenceIsSetInDriver() public méthode

testRemoveMultiple() public méthode

public testRemoveMultiple ( )

testRemoveOne() public méthode

public testRemoveOne ( )

testRemoveSingle() public méthode

public testRemoveSingle ( )

testRemoveUnacknowledged() public méthode

testSaveDuplicate() public méthode

public testSaveDuplicate ( )

testSaveEmptyKeys() public méthode

public testSaveEmptyKeys ( )

testSaveEmptyObject() public méthode

public testSaveEmptyObject ( )

testSaveInsert() public méthode

public testSaveInsert ( )

testSaveUpdate() public méthode

public testSaveUpdate ( )

testSavingShouldReplaceTheWholeDocument() public méthode

testSelectCollectionWithDatabaseObject() public méthode

testSelectCollectionWithNullBytes() public méthode

testSerialize() public méthode

public testSerialize ( )

testSubCollectionWithNullBytes() public méthode

testUnacknowledgedUpdate() public méthode

testUnacknowledgedWrite() public méthode

testUpdateDuplicate() public méthode

public testUpdateDuplicate ( )

testUpdateMany() public méthode

public testUpdateMany ( )

testUpdateOne() public méthode

public testUpdateOne ( )

testUpdateReplaceMultiple() public méthode

testUpdateReplaceOne() public méthode

testUpdateWriteConcern() public méthode

testValidate() public méthode

public testValidate ( )

testWriteConcern() public méthode

public testWriteConcern ( )

testWriteConcernIsInherited() public méthode

testWriteConcernIsSetInDriver() public méthode