‪TYPO3CMS  10.4
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

Prophecy Prophecy ObjectProphecy FluidEmail setUpMailMessageProphecy ()
 

Detailed Description

Definition at line 28 of file EmailLoginNotificationTest.php.

Member Function Documentation

◆ emailAtLoginDoesNotSendAnEmailIfUserHasInvalidEmail()

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

Definition at line 83 of file EmailLoginNotificationTest.php.

References $GLOBALS.

◆ emailAtLoginDoesNotSendAnEmailIfUserHasNoOptin()

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

Definition at line 59 of file EmailLoginNotificationTest.php.

References $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 ( )
Test:

Definition at line 197 of file EmailLoginNotificationTest.php.

References $GLOBALS.

◆ setUpMailMessageProphecy()