PHP Class eZ\Publish\Core\Repository\Tests\Service\Mock\RepositoryTest

Inheritance: extends Base
Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testBeginTransaction ( ) Test for the beginTransaction() method.
testCommit ( ) Test for the commit() method.
testCommitThrowsRuntimeException ( ) Test for the commit() method.
testRollback ( ) Test for the rollback() method.
testRollbackThrowsRuntimeException ( ) Test for the rollback() method.

Method Details

testBeginTransaction() public method

Test for the beginTransaction() method.

testCommit() public method

Test for the commit() method.
public testCommit ( )

testCommitThrowsRuntimeException() public method

Test for the commit() method.

testRollback() public method

Test for the rollback() method.
public testRollback ( )

testRollbackThrowsRuntimeException() public method

Test for the rollback() method.