PHP 클래스 Sokil\Mongo\DatabaseTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: sokil/php-mongo

공개 메소드들

메소드 설명
setUp ( )
testCreateCappedCollection ( )
testCreateCollection ( )
testDisableProfiler ( )
testEnableCollectionPool ( )
testExecuteInvalidJs ( )
testExecuteJs ( )
testFindProfilerRows ( )
testGetCollection ( )
testGetDocumentByReference ( )
testGetGridFs_SpecifiedGridFSClassInMappingIsNotInstanceOfGridFS ( )
testGetGridFs_WrongGridFSClassSpecifiedInMapping ( )
testGetLastError ( )
testGetProfilerLevel ( )
testGetProfilerParams ( )
testGetProfilerSlowMs ( )
testMapCollectionToClass ( )
testMapCollectionsToClasses ( )
testMapRegexpCollectionNameToClass ( )
testMap_ClassNamespace ( )
testMap_InvalidDefinitionVariableType ( )
testMap_UnexistedClassInMapping ( )
testProfileAllQueries ( )
testProfileSlowQueries ( )
testReadNearest ( array $tags = null )
testReadPrimaryOnly ( )
testReadPrimaryPreferred ( )
testReadSecondaryOnly ( array $tags = null )
testReadSecondaryPreferred ( array $tags = null )
testSetMajorityWriteConcern ( )
testSetUnacknowledgedWriteConcern ( )
testSetWriteConcern ( )
testSetWriteConcern_Error ( )
testStats ( )

메소드 상세

setUp() 공개 메소드

public setUp ( )

testCreateCappedCollection() 공개 메소드

testCreateCollection() 공개 메소드

testDisableProfiler() 공개 메소드

public testDisableProfiler ( )

testEnableCollectionPool() 공개 메소드

testExecuteInvalidJs() 공개 메소드

testExecuteJs() 공개 메소드

public testExecuteJs ( )

testFindProfilerRows() 공개 메소드

testGetCollection() 공개 메소드

public testGetCollection ( )

testGetDocumentByReference() 공개 메소드

testGetGridFs_SpecifiedGridFSClassInMappingIsNotInstanceOfGridFS() 공개 메소드

testGetGridFs_WrongGridFSClassSpecifiedInMapping() 공개 메소드

testGetLastError() 공개 메소드

public testGetLastError ( )

testGetProfilerLevel() 공개 메소드

testGetProfilerParams() 공개 메소드

testGetProfilerSlowMs() 공개 메소드

testMapCollectionToClass() 공개 메소드

testMapCollectionsToClasses() 공개 메소드

testMapRegexpCollectionNameToClass() 공개 메소드

testMap_ClassNamespace() 공개 메소드

testMap_InvalidDefinitionVariableType() 공개 메소드

testMap_UnexistedClassInMapping() 공개 메소드

testProfileAllQueries() 공개 메소드

testProfileSlowQueries() 공개 메소드

testReadNearest() 공개 메소드

public testReadNearest ( array $tags = null )
$tags array

testReadPrimaryOnly() 공개 메소드

public testReadPrimaryOnly ( )

testReadPrimaryPreferred() 공개 메소드

testReadSecondaryOnly() 공개 메소드

public testReadSecondaryOnly ( array $tags = null )
$tags array

testReadSecondaryPreferred() 공개 메소드

public testReadSecondaryPreferred ( array $tags = null )
$tags array

testSetMajorityWriteConcern() 공개 메소드

testSetUnacknowledgedWriteConcern() 공개 메소드

testSetWriteConcern() 공개 메소드

public testSetWriteConcern ( )

testSetWriteConcern_Error() 공개 메소드

testStats() 공개 메소드

public testStats ( )