|
Odyssey
|
Public Member Functions | |
| testConstruct () | |
| testIsAccountLocked () | |
| testIsValidDeviceCookie () | |
| testValidateUser () | |
| testIsMFAMode () | |
Protected Member Functions | |
| setUp () | |
Private Attributes | |
| $creditUnion = 'CRUISECU' | |
| $userName = 'Methuselah' | |
| $password = 'password' | |
| $userData | |
| $userLoad | |
| $cuAdminData | |
| $cuAdminLoad | |
| $cuAdminRepo | |
| $userRepo | |
|
protected |
| UserLoginTest::testConstruct | ( | ) |
@covers \UserLogin::__construct
Definition at line 88 of file UserLoginTest.php.
| UserLoginTest::testIsAccountLocked | ( | ) |
@covers \UserLogin::IsAccountLocked
Definition at line 119 of file UserLoginTest.php.
| UserLoginTest::testIsMFAMode | ( | ) |
@covers \UserLogin::IsMFAMode
Definition at line 251 of file UserLoginTest.php.
| UserLoginTest::testIsValidDeviceCookie | ( | ) |
@covers \UserLogin::IsValidDeviceCookie
Definition at line 189 of file UserLoginTest.php.
| UserLoginTest::testValidateUser | ( | ) |
@covers \UserLogin::ValidateUser
Definition at line 219 of file UserLoginTest.php.
1.8.15