fix: Magic Link Login can be used even if $allowMagicLinkLogins
is false
#1534
phpunit.yml
on: pull_request
Matrix: main
Coveralls Finished
0s
Annotations
25 errors and 39 warnings
PHP 7.4 - SQLite3 - highest
Process completed with exit code 1.
|
PHP 7.4 - MySQLi - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - MySQLi - highest
The operation was canceled.
|
PHP 8.2 - SQLite3 - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.2 - SQLite3 - highest
The operation was canceled.
|
PHP 8.1 - SQLite3 - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.1 - SQLite3 - highest
The operation was canceled.
|
PHP 8.2 - MySQLi - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.2 - MySQLi - highest
The operation was canceled.
|
PHP 7.4 - OCI8 - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - OCI8 - highest
The operation was canceled.
|
PHP 7.4 - MySQLi - lowest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - MySQLi - lowest
The operation was canceled.
|
PHP 8.1 - MySQLi - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.1 - MySQLi - highest
The operation was canceled.
|
PHP 7.4 - MySQLi - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - MySQLi - highest
The operation was canceled.
|
PHP 8.0 - SQLite3 - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.0 - SQLite3 - highest
The operation was canceled.
|
PHP 7.4 - SQLSRV - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - SQLSRV - highest
The operation was canceled.
|
PHP 7.4 - Postgre - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 7.4 - Postgre - highest
The operation was canceled.
|
PHP 8.0 - MySQLi - highest
The job was canceled because "_7_4_SQLite3_5_7_highest" failed.
|
PHP 8.0 - MySQLi - highest
The operation was canceled.
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L241
Took 1.17s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L215
Took 1.15s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L167
Took 1.11s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L191
Took 1.09s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L47
Took 1.07s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
|
PHP 7.4 - SQLite3 - highest:
tests/Controllers/RegisterTest.php#L297
Took 0.95s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
|
PHP 7.4 - SQLite3 - highest:
tests/Unit/PasswordsTest.php#L27
Took 0.89s from 0.50s limit to run Tests\\Unit\\PasswordsTest::testHash
|
PHP 7.4 - SQLite3 - highest:
tests/Unit/UserIdentityModelTest.php#L77
Took 0.87s from 0.50s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
|
PHP 7.4 - SQLite3 - highest:
tests/Unit/DictionaryValidatorTest.php#L36
Took 0.85s from 0.50s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
|
PHP 7.4 - SQLite3 - highest:
tests/Authorization/AuthorizableTest.php#L222
Took 0.70s from 0.50s limit to run Tests\\Authorization\\AuthorizableTest::testRemovePermissionExistingPermissions
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L241
Took 1.10s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L215
Took 1.06s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L47
Took 1.04s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L167
Took 1.02s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L191
Took 1.01s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
|
PHP 7.4 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L297
Took 0.91s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
|
PHP 7.4 - MySQLi - highest:
tests/Unit/UserIdentityModelTest.php#L77
Took 0.85s from 0.50s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
|
PHP 7.4 - MySQLi - highest:
tests/Unit/PasswordsTest.php#L27
Took 0.85s from 0.50s limit to run Tests\\Unit\\PasswordsTest::testHash
|
PHP 7.4 - MySQLi - highest:
tests/Unit/DictionaryValidatorTest.php#L36
Took 0.85s from 0.50s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
|
PHP 7.4 - MySQLi - highest:
tests/Authentication/Authenticators/SessionAuthenticatorTest.php#L307
Took 0.52s from 0.50s limit to run Tests\\Authentication\\Authenticators\\SessionAuthenticatorTest::testCheckSuccessOldDangerousPassword
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L241
Took 1.12s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L215
Took 1.10s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
|
PHP 8.2 - MySQLi - highest:
tests/Authentication/MagicLinkTest.php#L37
Took 1.07s from 0.50s limit to run Tests\\Authentication\\MagicLinkTest::testCanSeeMagicLinkForm
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L47
Took 1.06s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L167
Took 1.05s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L191
Took 1.03s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
|
PHP 8.2 - MySQLi - highest:
tests/Unit/UserIdentityModelTest.php#L77
Took 1.02s from 0.50s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
|
PHP 8.2 - MySQLi - highest:
tests/Unit/PasswordsTest.php#L27
Took 0.89s from 0.50s limit to run Tests\\Unit\\PasswordsTest::testHash
|
PHP 8.2 - MySQLi - highest:
tests/Controllers/RegisterTest.php#L297
Took 0.88s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
|
PHP 8.2 - MySQLi - highest:
tests/Unit/DictionaryValidatorTest.php#L36
Took 0.75s from 0.50s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 1.37s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndRegisterAgain
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 1.33s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredButNotActivatedAndLogin
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 1.17s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisteredAndSessionExpiredAndLogin
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 1.10s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionSuccess
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 1.09s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterRedirectsToActionIfDefined
|
PHP 7.4 - MySQLi - lowest:
tests/Controllers/RegisterTest.php#L1
Took 0.97s from 0.50s limit to run Tests\\Controllers\\RegisterTest::testRegisterActionWithBadEmailValue
|
PHP 7.4 - MySQLi - lowest:
tests/Unit/UserIdentityModelTest.php#L1
Took 0.90s from 0.50s limit to run Tests\\Unit\\UserIdentityModelTest::testForceMultiplePasswordReset
|
PHP 7.4 - MySQLi - lowest:
tests/Unit/PasswordsTest.php#L1
Took 0.90s from 0.50s limit to run Tests\\Unit\\PasswordsTest::testHash
|
PHP 7.4 - MySQLi - lowest:
tests/Unit/DictionaryValidatorTest.php#L1
Took 0.82s from 0.50s limit to run Tests\\Unit\\DictionaryValidatorTest::testCheckTrueOnNotFound
|