PHP 클래스 Doctrine\ODM\MongoDB\Tests\SchemaManagerTest

저자: Bulat Shakirzyanov ([email protected])
상속: extends BaseTest
파일 보기 프로젝트 열기: doctrine/mongodb-odm

공개 메소드들

메소드 설명
dataIsMongoIndexEquivalentToDocumentIndex ( )
setUp ( )
testCreateCollections ( )
testCreateDocumentCollection ( )
testCreateGridFSCollection ( )
testDeleteDocumentIndexes ( )
testDeleteIndexes ( )
testDropCollections ( )
testDropDatabases ( )
testDropDocumentCollection ( )
testDropDocumentDatabase ( )
testEnableShardingForDb ( )
testEnableShardingForDbIgnoresAlreadyShardedError ( )
testEnableShardingForDbThrowsExceptionInCaseOfError ( )
testEnsureDocumentIndexes ( )
testEnsureDocumentIndexesWithTimeout ( )
testEnsureDocumentIndexesWithTwoLevelInheritance ( )
testEnsureDocumentSharding ( )
testEnsureDocumentShardingIgnoresAlreadyShardedError ( )
testEnsureDocumentShardingThrowsExceptionIfThereWasAnError ( )
testEnsureIndexes ( )
testIsMongoIndexEquivalentToDocumentIndex ( $expected, $mongoIndex, $documentIndex )
testUpdateDocumentIndexesShouldCreateMappedIndexes ( )
testUpdateDocumentIndexesShouldDeleteUnmappedIndexesBeforeCreatingMappedIndexes ( )

비공개 메소드들

메소드 설명
getMockCollection ( )
getMockConnection ( )
getMockDatabase ( )
getMockDocumentManager ( )
getMockUnitOfWork ( )

메소드 상세

dataIsMongoIndexEquivalentToDocumentIndex() 공개 메소드

setUp() 공개 메소드

public setUp ( )

testCreateCollections() 공개 메소드

testCreateDocumentCollection() 공개 메소드

testCreateGridFSCollection() 공개 메소드

testDeleteDocumentIndexes() 공개 메소드

testDeleteIndexes() 공개 메소드

public testDeleteIndexes ( )

testDropCollections() 공개 메소드

public testDropCollections ( )

testDropDatabases() 공개 메소드

public testDropDatabases ( )

testDropDocumentCollection() 공개 메소드

testDropDocumentDatabase() 공개 메소드

testEnableShardingForDb() 공개 메소드

testEnableShardingForDbIgnoresAlreadyShardedError() 공개 메소드

testEnableShardingForDbThrowsExceptionInCaseOfError() 공개 메소드

testEnsureDocumentIndexes() 공개 메소드

testEnsureDocumentIndexesWithTimeout() 공개 메소드

testEnsureDocumentIndexesWithTwoLevelInheritance() 공개 메소드

testEnsureDocumentSharding() 공개 메소드

testEnsureDocumentShardingIgnoresAlreadyShardedError() 공개 메소드

testEnsureDocumentShardingThrowsExceptionIfThereWasAnError() 공개 메소드

testEnsureIndexes() 공개 메소드

public testEnsureIndexes ( )

testIsMongoIndexEquivalentToDocumentIndex() 공개 메소드

public testIsMongoIndexEquivalentToDocumentIndex ( $expected, $mongoIndex, $documentIndex )

testUpdateDocumentIndexesShouldCreateMappedIndexes() 공개 메소드

testUpdateDocumentIndexesShouldDeleteUnmappedIndexesBeforeCreatingMappedIndexes() 공개 메소드