wiki.techinc.nl/tests/phpunit/includes/auth
Bartosz Dziewoński 485f66f174 Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient
Find: /isset\(\s*([^()]+?)\s*\)\s*\?\s*\1\s*:\s*/
Replace with: '\1 ?? '

(Everywhere except includes/PHPVersionCheck.php)
(Then, manually fix some line length and indentation issues)

Then manually reviewed the replacements for cases where confusing
operator precedence would result in incorrect results
(fixing those in I478db046a1cc162c6767003ce45c9b56270f3372).

Change-Id: I33b421c8cb11cdd4ce896488c9ff5313f03a38cf
2018-05-30 18:06:13 -07:00
..
AbstractAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AbstractPreAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AbstractPrimaryAuthenticationProviderTest.php phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat 2017-04-06 00:44:32 +00:00
AbstractSecondaryAuthenticationProviderTest.php phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat 2017-04-06 00:44:32 +00:00
AuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AuthenticationRequestTestCase.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
AuthenticationResponseTest.php Show warnings in HTMLForm and warnings as warnings on Login/Signup form 2016-09-17 16:33:39 +02:00
AuthManagerTest.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
AuthPluginPrimaryAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Add actor table and code to start using it 2018-02-23 10:06:20 -08:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php AuthManager fixups around the login→RESTART→create flow 2016-05-31 11:44:02 -04:00
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php tests: Add some more @covers tags 2018-05-07 17:49:01 +00:00
LegacyHookPreAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
LocalPasswordPrimaryAuthenticationProviderTest.php Fix tests for I7afaa955a4b393ef00b11e420709bd62b84fbc71 2017-11-14 17:58:49 -08:00
PasswordAuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
PasswordDomainAuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
RememberMeAuthenticationRequestTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
ResetPasswordSecondaryAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
TemporaryPasswordAuthenticationRequestTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
TemporaryPasswordPrimaryAuthenticationProviderTest.php clone keyword must not be used as a function 2017-06-28 16:29:33 +02:00
ThrottlePreAuthenticationProviderTest.php Use ::class to resolve class names in tests 2018-01-26 22:49:13 +01:00
ThrottlerTest.php MediaWiki\Auth\Throttler: Change "ip" key name 2018-05-25 15:55:19 -04:00
UserDataAuthenticationRequestTest.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
UsernameAuthenticationRequestTest.php