PHP 클래스 eZ\Publish\Core\Repository\Tests\Service\Mock\UserTest

상속: extends Base
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testDeleteUser ( ) Test for the deleteUser() method.
testDeleteUserWithRollback ( ) Test for the deleteUser() method.

보호된 메소드들

메소드 설명
getPartlyMockedUserService ( array $methods = null ) : UserService | PHPUnit_Framework_MockObject_MockObject Returns the User service to test with $methods mocked.

메소드 상세

getPartlyMockedUserService() 보호된 메소드

Injected Repository comes from {@see \getRepositoryMock()} and persistence handler from {@see \getPersistenceMock()}
protected getPartlyMockedUserService ( array $methods = null ) : UserService | PHPUnit_Framework_MockObject_MockObject
$methods array
리턴 eZ\Publish\Core\Repository\UserService | PHPUnit_Framework_MockObject_MockObject

testDeleteUser() 공개 메소드

Test for the deleteUser() method.
public testDeleteUser ( )

testDeleteUserWithRollback() 공개 메소드

Test for the deleteUser() method.