aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/auth
Commit message (Expand)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-5/+5
* tests: Use namespaced classes (2)Umherirrender2024-06-131-1/+1
* Remove all @package commentsthiemowmde2024-05-101-1/+0
* tests: More use statements in auth testsReedy2024-02-163-14/+23
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+4
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-212-3/+3
* Namespace User under \MediaWiki\UserJames D. Forrester2023-09-191-1/+2
* Do not use UTSysop directly in auth testsDaimona Eaytoy2023-08-161-4/+5
* Auth: Various deprecated interface methods have been removedDerick Alangi2023-08-061-25/+0
* Replace Config mocks with trivial HashConfig instancesthiemowmde2023-03-012-4/+5
* tests: Change assertion in AbstractSecondaryAuthenticationProviderTestUmherirrender2023-01-061-4/+1
* Tests: Cleanup some unnecessary nested function callsReedy2022-06-061-2/+2
* tests: Fix types in documentation by adding use statementsUmherirrender2022-05-291-1/+1
* Allow AuthenticationResponse to store private failure reasonsdreamyjazz2022-05-141-0/+1
* Hard deprecate the setters of AbstractAuthenticationProvider classvladshapik2021-05-311-0/+10
* Create AuthenticationProviderTestTrait to facilitate testing of an Authentica...vladshapik2021-05-252-1/+53
* Implement injecting of dependencies to an AuthenticationProvidervladshapik2021-04-261-2/+23
* Replace PHPUnit ->returnValue() with ->willReturn() shortcutThiemo Kreuz2021-04-221-1/+1
* phpunit: Mass-replace setMethods with onlyMethods and adjustDaimona Eaytoy2021-04-161-1/+1
* Merge "auth: Convert AbstractAuthenticationProviderTest to a pure unit test"jenkins-bot2021-03-281-0/+32
|\
| * auth: Convert AbstractAuthenticationProviderTest to a pure unit testDannyS7122021-03-281-0/+32
* | auth: Convert AbstractSecondaryAuthenticationProviderTest to pure unit testDannyS7122021-03-281-0/+89
|/
* Replace all call_user_func(_array) in all testsThiemo Kreuz2020-06-061-2/+2
* Move trivially compatible tests to the unit tests suiteMáté Szabó2019-06-301-0/+112
* Revert "Separate MediaWiki unit and integration tests"Legoktm2019-06-135-669/+0
* Separate MediaWiki unit and integration testsMáté Szabó2019-06-135-0/+669