PHP Class Webmozart\KeyValueStore\Tests\NonSerializingMongoDbStoreTest

Since: 1.0
Author: Bernhard Schussek ([email protected])
Inheritance: extends AbstractMongoDbStoreTest
Show file Open project: webmozart/key-value-store

Public Methods

Method Description
testSetSupportsBinaryArrayValues ( $value )
testSetSupportsBinaryObjectValues ( $value )
testSetSupportsBinaryValues ( $value )
testSetSupportsObjectValues ( $value )
testSetThrowsExceptionIfValueNotSerializable ( $value )

Protected Methods

Method Description
createStore ( )

Method Details

createStore() protected method

protected createStore ( )

testSetSupportsBinaryArrayValues() public method

testSetSupportsBinaryObjectValues() public method

testSetSupportsBinaryValues() public method

public testSetSupportsBinaryValues ( $value )

testSetSupportsObjectValues() public method

public testSetSupportsObjectValues ( $value )

testSetThrowsExceptionIfValueNotSerializable() public method