PHP Class Contao\CoreBundle\Test\Security\User\ContaoUserProviderTest

Inheritance: extends Contao\CoreBundle\Test\TestCase
Afficher le fichier Open project: contao/core-bundle

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

testInstantiation() public méthode

Tests the object instantiation.
public testInstantiation ( )

testLoadUnsupportedUsername() public méthode

Tests an unsupported username.

testLoadUserBackend() public méthode

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

testLoadUserFrontend() public méthode

Tests loading the user "frontend".

testLoadWithInvalidScope() public méthode

Tests an invalid container scope.

testRefreshUser() public méthode

Tests refreshing a user.
public testRefreshUser ( )

testSupportsClass() public méthode

Tests the supportsClass() method.
public testSupportsClass ( )