aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/AuthenticationRequestTest.php
Commit message (Expand)AuthorAgeFilesLines
* auth: Add missing documentation to class propertiesUmherirrender2024-09-011-0/+4
* tests: Use namespaced classes (1)Umherirrender2024-06-141-1/+1
* tests: More use statements in auth testsReedy2024-02-161-5/+8
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+4
* tests: Create new classes to hold dynamic properties in auth testsUmherirrender2023-11-241-1/+9
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-2/+2
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-14/+14
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-1/+1
* Fix some PHPStorm warnings by replacing array functions with loopsTim Starling2020-02-191-0/+2
* Deprecate and stop using assertType(OrValue)Daimona Eaytoy2019-12-151-1/+1
* Autofix 94 PHPUnit 8 compat issuesDaimona Eaytoy2019-12-131-1/+1
* Fix undefined NS with @covers tags in /includes/auth/Alangi Derick2018-11-011-1/+1
* Use ::class to resolve class names in testsUmherirrender2018-01-261-2/+2
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-4/+4
* AuthManager: Allow for flagging fields as "sensitive"Brad Jorsch2016-08-181-0/+9
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-9/+0
* Fix required field calculation in AuthenticationRequestGergő Tisza2016-05-301-8/+11
* Add AuthManagerBrad Jorsch2016-05-161-0/+514