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

Public Member Functions

 getTranslatedPageOnWebMountIsInWebMountForNonAdminUser ()
 
 userTsConfigIsResolvedProperlyWithPrioritization ()
 
 returnWebmountsFilterOutInaccessiblePages ()
 
 getDefaultUploadFolderFallsBackToDefaultStorage ()
 
 isImportEnabledDataProvider ()
 
 isImportEnabledReturnsExpectedValues (int $userId, string $tsConfig, bool $expected)
 
 isExportEnabledDataProvider ()
 
 isExportEnabledReturnsExpectedValues (int $userId, string $tsConfig, bool $expected)
 

Protected Member Functions

 setUp ()
 

Protected Attributes

string $backendUserFixture = __DIR__ . '/Fixtures/be_users.xml'
 
AuthenticationService $authenticationService
 
BackendUserAuthentication $subject
 

Detailed Description

Testcase for class \TYPO3\CMS\Core\Authentication\BackendUserAuthentication

Definition at line 29 of file BackendUserAuthenticationTest.php.

Member Function Documentation

◆ getDefaultUploadFolderFallsBackToDefaultStorage()

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

◆ getTranslatedPageOnWebMountIsInWebMountForNonAdminUser()

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

Definition at line 70 of file BackendUserAuthenticationTest.php.

◆ isExportEnabledDataProvider()

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

Definition at line 162 of file BackendUserAuthenticationTest.php.

◆ isExportEnabledReturnsExpectedValues()

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

◆ isImportEnabledDataProvider()

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

Definition at line 129 of file BackendUserAuthenticationTest.php.

◆ isImportEnabledReturnsExpectedValues()

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

◆ returnWebmountsFilterOutInaccessiblePages()

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

Definition at line 97 of file BackendUserAuthenticationTest.php.

◆ setUp()

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

Definition at line 49 of file BackendUserAuthenticationTest.php.

References $GLOBALS.

◆ userTsConfigIsResolvedProperlyWithPrioritization()

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

Definition at line 79 of file BackendUserAuthenticationTest.php.

References $GLOBALS.

Member Data Documentation

◆ $authenticationService

AuthenticationService TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::$authenticationService
protected

Definition at line 39 of file BackendUserAuthenticationTest.php.

◆ $backendUserFixture

string TYPO3\CMS\Core\Tests\Functional\Authentication\BackendUserAuthenticationTest::$backendUserFixture = __DIR__ . '/Fixtures/be_users.xml'
protected

The fixture which is used when initializing a backend user

Definition at line 35 of file BackendUserAuthenticationTest.php.

◆ $subject