‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest Class Reference
Inheritance diagram for TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest:

Public Member Functions

 getFileMountRecordsReturnsFilemounts ()
 
 getTranslatedPageOnWebMountIsInWebMountForNonAdminUser ()
 
 userTsConfigIsResolvedProperlyWithPrioritization ()
 
 returnWebmountsFilterOutInaccessiblePages ()
 
 loadGroupsWithProperSettingsAndOrder ()
 
 mfaRequiredExceptionIsThrown ()
 
 isImportEnabledReturnsExpectedValues (int $userId, bool $expected)
 
 isExportEnabledReturnsExpectedValues (int $userId, bool $expected)
 

Static Public Member Functions

static isImportEnabledDataProvider ()
 
static isExportEnabledDataProvider ()
 

Protected Member Functions

 setUp ()
 

Protected Attributes

array $testExtensionsToLoad
 

Detailed Description

Definition at line 25 of file BackendUserAuthenticationTest.php.

Member Function Documentation

◆ getFileMountRecordsReturnsFilemounts()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::getFileMountRecordsReturnsFilemounts ( )

Definition at line 42 of file BackendUserAuthenticationTest.php.

◆ getTranslatedPageOnWebMountIsInWebMountForNonAdminUser()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::getTranslatedPageOnWebMountIsInWebMountForNonAdminUser ( )

Definition at line 49 of file BackendUserAuthenticationTest.php.

◆ isExportEnabledDataProvider()

static TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::isExportEnabledDataProvider ( )
static

Definition at line 127 of file BackendUserAuthenticationTest.php.

◆ isExportEnabledReturnsExpectedValues()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::isExportEnabledReturnsExpectedValues ( int  $userId,
bool  $expected 
)

Definition at line 147 of file BackendUserAuthenticationTest.php.

◆ isImportEnabledDataProvider()

static TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::isImportEnabledDataProvider ( )
static

Definition at line 101 of file BackendUserAuthenticationTest.php.

◆ isImportEnabledReturnsExpectedValues()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::isImportEnabledReturnsExpectedValues ( int  $userId,
bool  $expected 
)

Definition at line 121 of file BackendUserAuthenticationTest.php.

◆ loadGroupsWithProperSettingsAndOrder()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::loadGroupsWithProperSettingsAndOrder ( )

Definition at line 83 of file BackendUserAuthenticationTest.php.

◆ mfaRequiredExceptionIsThrown()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::mfaRequiredExceptionIsThrown ( )

Definition at line 93 of file BackendUserAuthenticationTest.php.

◆ returnWebmountsFilterOutInaccessiblePages()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::returnWebmountsFilterOutInaccessiblePages ( )

Definition at line 71 of file BackendUserAuthenticationTest.php.

◆ setUp()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::setUp ( )
protected

Definition at line 31 of file BackendUserAuthenticationTest.php.

◆ userTsConfigIsResolvedProperlyWithPrioritization()

TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::userTsConfigIsResolvedProperlyWithPrioritization ( )

Definition at line 56 of file BackendUserAuthenticationTest.php.

Member Data Documentation

◆ $testExtensionsToLoad

array TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::$testExtensionsToLoad
protected
Initial value:
= [
'typo3/sysext/core/Tests/Functional/Fixtures/Extensions/test_defaulttsconfig',
]

Definition at line 27 of file BackendUserAuthenticationTest.php.