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

Inheritance: extends Contao\CoreBundle\Test\TestCase
Datei anzeigen Open project: contao/core-bundle

Public Methods

Method 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.

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testInstantiation() public method

Tests the object instantiation.
public testInstantiation ( )

testLoadUnsupportedUsername() public method

Tests an unsupported username.

testLoadUserBackend() public method

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

testLoadUserFrontend() public method

Tests loading the user "frontend".

testLoadWithInvalidScope() public method

Tests an invalid container scope.

testRefreshUser() public method

Tests refreshing a user.
public testRefreshUser ( )

testSupportsClass() public method

Tests the supportsClass() method.
public testSupportsClass ( )