wiki.techinc.nl/tests/phpunit/includes/auth
Liangent d8375bee24 New language variant 'en-x-piglatin' for easier variant testing
Guarded by the $wgUsePigLatinVariant variable, off by default.

Pig Latin is a language game where words in English are altered
according to the following rules:

* Words starting with a vowel have a '-way' suffix appended.
* Words starting with a consonant have the initial consonants (or 'qu'
  group) moved to the end and an '-ay' suffix appended.

https://en.wikipedia.org/wiki/Pig_Latin

* Added 'en-x-piglatin' as a language name.
* Added 'en' to LanguageConverter::$languagesWithVariants.
* Added LanguageEn class and its corresponding EnConverter which
  provides one-way translation from English to Pig Latin.
* Some minor internal changes in code that assumed that English
  doesn't have a language class or converter.

Bug: T45547
Depends-On: I1d9691c784032669979f8109c9a5f65cbf4122c9
Change-Id: I7fa2d85d6364958c5138366e8b4504a2697a8731
2017-06-12 16:59:57 -04:00
..
AbstractAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00: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 phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat 2017-04-06 00:44:32 +00:00
AuthenticationRequestTestCase.php AuthManager: Allow for flagging fields as "sensitive" 2016-08-18 19:36:29 +00: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 New language variant 'en-x-piglatin' for easier variant testing 2017-06-12 16:59:57 -04:00
AuthPluginPrimaryAuthenticationProviderTest.php phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat 2017-04-06 00:44:32 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00: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 Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
LegacyHookPreAuthenticationProviderTest.php phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat 2017-04-06 00:44:32 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Make LocalPasswordPrimaryAuthenticationProviderTest use TS_MW timestamp conversion 2017-05-09 19:32:24 -07:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
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
TemporaryPasswordPrimaryAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
ThrottlePreAuthenticationProviderTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
ThrottlerTest.php Switch to librarized version of TestingAccessWrapper 2017-04-20 14:15:57 +00:00
UserDataAuthenticationRequestTest.php Remove empty lines at end of functions 2016-11-05 11:55:10 +01:00
UsernameAuthenticationRequestTest.php