TYPO3  7.6
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
LoginControllerTest Class Reference
Inheritance diagram for LoginControllerTest:

Public Member Functions

 validateAndSortLoginProvidersDetectsMissingProviderConfiguration ()
 
 validateAndSortLoginProvidersDetectsNonArrayProviderConfiguration ()
 
 validateAndSortLoginProvidersDetectsIfNoProviderIsRegistered ()
 
 validateAndSortLoginProvidersDetectsMissingConfigurationForProvider ()
 
 validateAndSortLoginProvidersDetectsWrongProvider ()
 
 validateAndSortLoginProvidersDetectsMissingLabel ()
 
 validateAndSortLoginProvidersDetectsMissingIconClass ()
 
 validateAndSortLoginProvidersDetectsMissingSorting ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

 $loginControllerMock
 

Detailed Description

Class LoginControllerTest

Definition at line 24 of file LoginControllerTest.php.

Member Function Documentation

setUp ( )
protected
Exceptions
\InvalidArgumentException

Definition at line 34 of file LoginControllerTest.php.

validateAndSortLoginProvidersDetectsIfNoProviderIsRegistered ( )
Test:
1433417281

Definition at line 66 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsMissingConfigurationForProvider ( )
Test:
1433416043

Definition at line 77 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsMissingIconClass ( )
Test:
1433416045

Definition at line 122 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsMissingLabel ( )
Test:
1433416044

Definition at line 105 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsMissingProviderConfiguration ( )
Test:
1433417281

Definition at line 44 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsMissingSorting ( )
Test:
1433416046

Definition at line 139 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsNonArrayProviderConfiguration ( )
Test:
1433417281

Definition at line 55 of file LoginControllerTest.php.

References $GLOBALS.

validateAndSortLoginProvidersDetectsWrongProvider ( )
Test:
1433416043

Definition at line 90 of file LoginControllerTest.php.

References $GLOBALS.

Member Data Documentation

$loginControllerMock
protected

Definition at line 29 of file LoginControllerTest.php.