TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest:
TYPO3\CMS\Core\Tests\UnitTestCase TYPO3\CMS\Core\Tests\BaseTestCase

Public Member Functions

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

Protected Member Functions

 setUp ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 tearDown ()
 
- Protected Member Functions inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 getAccessibleMock ( $originalClassName, $methods=[], array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true)
 
 getAccessibleMockForAbstractClass ( $originalClassName, array $arguments=[], $mockClassName='', $callOriginalConstructor=true, $callOriginalClone=true, $callAutoload=true, $mockedMethods=[])
 
 buildAccessibleProxy ($className)
 
 callInaccessibleMethod ($object, $name)
 
 inject ($target, $name, $dependency)
 
 getUniqueId ($prefix='')
 

Protected Attributes

 $loginControllerMock
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\UnitTestCase
 $backupGlobalsBlacklist = ['TYPO3_LOADED_EXT']
 
 $testFilesToDelete = []
 
- Protected Attributes inherited from TYPO3\CMS\Core\Tests\BaseTestCase
 $backupGlobals = true
 
 $backupStaticAttributes = false
 

Detailed Description

Class LoginControllerTest

Definition at line 24 of file LoginControllerTest.php.

Member Function Documentation

◆ setUp()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::setUp ( )
protected
Exceptions

Definition at line 34 of file LoginControllerTest.php.

References TYPO3\CMS\Core\Tests\BaseTestCase\getAccessibleMock().

◆ validateAndSortLoginProvidersDetectsIfNoProviderIsRegistered()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsIfNoProviderIsRegistered ( )
Test:
1433417281

Definition at line 66 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsMissingConfigurationForProvider()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsMissingConfigurationForProvider ( )
Test:
1433416043

Definition at line 77 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsMissingIconClass()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsMissingIconClass ( )
Test:
1433416045

Definition at line 122 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsMissingLabel()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsMissingLabel ( )
Test:
1433416044

Definition at line 105 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsMissingProviderConfiguration()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsMissingProviderConfiguration ( )
Test:
1433417281

Definition at line 44 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsMissingSorting()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsMissingSorting ( )
Test:
1433416046

Definition at line 139 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsNonArrayProviderConfiguration()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsNonArrayProviderConfiguration ( )
Test:
1433417281

Definition at line 55 of file LoginControllerTest.php.

References $GLOBALS.

◆ validateAndSortLoginProvidersDetectsWrongProvider()

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::validateAndSortLoginProvidersDetectsWrongProvider ( )
Test:
1433416043

Definition at line 90 of file LoginControllerTest.php.

References $GLOBALS.

Member Data Documentation

◆ $loginControllerMock

TYPO3\CMS\Backend\Tests\Unit\Controller\LoginControllerTest::$loginControllerMock
protected

Definition at line 29 of file LoginControllerTest.php.