PHP Class Alcaeus\MongoDbAdapter\Tests\Mongo\MongoGridFSTest

Show file Open project: alcaeus/mongo-php-adapter

Public Methods

Method Description
testChunkProperty ( )
testCustomCollectionName ( )
testDelete ( )
testDrop ( )
testFindOneNotFoundReturnsNull ( )
testFindOneReturnsFile ( )
testFindOneWithFilenameReturnsFile ( )
testFindReturnsGridFSCursor ( )
testIndexesCreation ( )
testPut ( )
testRemove ( )
testSerialize ( )
testStoreByteExceptionWhileInsertingChunks ( )
testStoreByteExceptionWhileInsertingRecord ( )
testStoreFile ( )
testStoreFileExceptionWhileInsertingChunks ( )
testStoreFileExceptionWhileInsertingRecord ( )
testStoreFileExceptionWhileUpdatingFileRecord ( )
testStoreFileResource ( )
testStoreUpload ( )
testStoringData ( )

Protected Methods

Method Description
prepareFile ( $data = 'abcd', $extra = [] )

Method Details

prepareFile() protected method

protected prepareFile ( $data = 'abcd', $extra = [] )

testChunkProperty() public method

public testChunkProperty ( )

testCustomCollectionName() public method

testDelete() public method

public testDelete ( )

testDrop() public method

public testDrop ( )

testFindOneNotFoundReturnsNull() public method

testFindOneReturnsFile() public method

testFindOneWithFilenameReturnsFile() public method

testFindReturnsGridFSCursor() public method

testIndexesCreation() public method

public testIndexesCreation ( )

testPut() public method

public testPut ( )

testRemove() public method

public testRemove ( )

testSerialize() public method

public testSerialize ( )

testStoreByteExceptionWhileInsertingChunks() public method

testStoreByteExceptionWhileInsertingRecord() public method

testStoreFile() public method

public testStoreFile ( )

testStoreFileExceptionWhileInsertingChunks() public method

testStoreFileExceptionWhileInsertingRecord() public method

testStoreFileExceptionWhileUpdatingFileRecord() public method

testStoreFileResource() public method

testStoreUpload() public method

public testStoreUpload ( )

testStoringData() public method

public testStoringData ( )