aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/auth/AbstractPrimaryAuthenticationProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* Tests: remove a bunch of DummyServicesTrait-related commentsDannyS7122024-05-101-1/+0
* tests: More use statements in auth testsReedy2024-02-161-8/+11
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+6
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-2/+2
* Do not use UTSysop directly in auth testsDaimona Eaytoy2023-08-161-5/+7
* Just another 80 or so PHPStorm inspection fixes (#4)Tim Starling2023-03-251-2/+0
* tests: Handle dynamic created properties on test classesUmherirrender2023-01-131-4/+1
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
* Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl...Vlad.shapik2021-05-311-0/+3
* Add DummyServicesTrait::getDummyInterwikiLookupDannyS7122021-05-051-11/+6
* Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable...Ppchelko2021-05-051-9/+0
* Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableNamevladshapik2021-05-041-0/+9
* Merge "Remove unnecessary ->equalTo() from tests"jenkins-bot2021-04-231-2/+2
|\
| * Remove unnecessary ->equalTo() from testsThiemo Kreuz2021-04-231-2/+2
* | Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-3/+3
|/
* Deprecate InterwikiLoadPrefix hookC. Scott Ananian2020-12-211-13/+11
* MediaWikiTestCase to MediaWikiIntegrationTestCaseaddshore2020-06-301-1/+1
* Fix undefined NS with @covers tags in /includes/auth/Alangi Derick2018-11-011-1/+1
* phpunit: Avoid use of deprecated getMock for PHPUnit 5 compatTimo Tijhof2017-04-061-1/+1
* Remove $wgDisableAuthManagerGergő Tisza2016-08-091-9/+0
* Add AuthManagerBrad Jorsch2016-05-161-0/+183