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

Inheritance: extends Base
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode 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 méthode

Test for the beginTransaction() method.

testCommit() public méthode

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

testCommitThrowsRuntimeException() public méthode

Test for the commit() method.

testRollback() public méthode

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

testRollbackThrowsRuntimeException() public méthode

Test for the rollback() method.