‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest:

Public Member Functions

 emailAtLoginSendsAnEmailIfUserHasValidEmailAndOptin ()
 
 emailAtLoginDoesNotSendAnEmailIfUserHasNoOptin ()
 
 emailAtLoginDoesNotSendAnEmailIfUserHasInvalidEmail ()
 
 emailAtLoginSendsEmailToCustomEmailIfAdminWarningIsEnabled ()
 
 emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabled ()
 
 emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabledAndNoAdminIsLoggingIn ()
 
 emailAtLoginSendsNoEmailIfAdminWarningIsEnabledAndNoAdminIsLoggingIn ()
 

Protected Member Functions

 setUpMailMessageMock (string $recipient='')
 

Detailed Description

Definition at line 30 of file EmailLoginNotificationTest.php.

Member Function Documentation

◆ emailAtLoginDoesNotSendAnEmailIfUserHasInvalidEmail()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginDoesNotSendAnEmailIfUserHasInvalidEmail ( )

Definition at line 77 of file EmailLoginNotificationTest.php.

References $_SERVER, and $GLOBALS.

◆ emailAtLoginDoesNotSendAnEmailIfUserHasNoOptin()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginDoesNotSendAnEmailIfUserHasNoOptin ( )

Definition at line 55 of file EmailLoginNotificationTest.php.

References $_SERVER, and $GLOBALS.

◆ emailAtLoginSendsAnEmailIfUserHasValidEmailAndOptin()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginSendsAnEmailIfUserHasValidEmailAndOptin ( )

◆ emailAtLoginSendsEmailToCustomEmailIfAdminWarningIsEnabled()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginSendsEmailToCustomEmailIfAdminWarningIsEnabled ( )

◆ emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabled()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabled ( )

◆ emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabledAndNoAdminIsLoggingIn()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginSendsEmailToCustomEmailIfRegularWarningIsEnabledAndNoAdminIsLoggingIn ( )

◆ emailAtLoginSendsNoEmailIfAdminWarningIsEnabledAndNoAdminIsLoggingIn()

TYPO3\CMS\Backend\Tests\Unit\Security\EmailLoginNotificationTest::emailAtLoginSendsNoEmailIfAdminWarningIsEnabledAndNoAdminIsLoggingIn ( )

Definition at line 171 of file EmailLoginNotificationTest.php.

References $_SERVER, and $GLOBALS.

◆ setUpMailMessageMock()