PHP Class Sokil\Mongo\PersistenceTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: sokil/php-mongo

Public Methods

Method Description
persistanceInstanceProvider ( )
setUp ( )
tearDown ( )
testClear ( Sokil\Mongo\Persistence $persistence )
testDetach ( Sokil\Mongo\Persistence $persistence )
testPersist ( Sokil\Mongo\Persistence $persistence )
testPersistInsert ( Sokil\Mongo\Persistence $persistence )
testPersistUpdate ( Sokil\Mongo\Persistence $persistence )
testRemove ( Sokil\Mongo\Persistence $persistence )

Method Details

persistanceInstanceProvider() public method

setUp() public method

public setUp ( )

tearDown() public method

public tearDown ( )

testClear() public method

public testClear ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence

testDetach() public method

public testDetach ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence

testPersist() public method

public testPersist ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence

testPersistInsert() public method

public testPersistInsert ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence

testPersistUpdate() public method

public testPersistUpdate ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence

testRemove() public method

public testRemove ( Sokil\Mongo\Persistence $persistence )
$persistence Sokil\Mongo\Persistence