PHP 클래스 Contao\CoreBundle\Test\Security\User\ContaoUserProviderTest

파일 보기 프로젝트 열기: contao/core-bundle

공개 메소드들

메소드 설명
testInstantiation ( ) Tests the object instantiation.
testLoadUnsupportedUsername ( ) Tests an unsupported username.
testLoadUserBackend ( ) Tests loading the user "backend".
testLoadUserFrontend ( ) Tests loading the user "frontend".
testLoadWithInvalidScope ( ) Tests an invalid container scope.
testRefreshUser ( ) Tests refreshing a user.
testSupportsClass ( ) Tests the supportsClass() method.

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

testInstantiation() 공개 메소드

Tests the object instantiation.
public testInstantiation ( )

testLoadUnsupportedUsername() 공개 메소드

Tests an unsupported username.

testLoadUserBackend() 공개 메소드

Tests loading the user "backend".
public testLoadUserBackend ( )

testLoadUserFrontend() 공개 메소드

Tests loading the user "frontend".

testLoadWithInvalidScope() 공개 메소드

Tests an invalid container scope.

testRefreshUser() 공개 메소드

Tests refreshing a user.
public testRefreshUser ( )

testSupportsClass() 공개 메소드

Tests the supportsClass() method.
public testSupportsClass ( )