| Commit message (Expand) | Author | Age | Files | Lines |
* | Use MainConfigNames in tests | Fomafix | 2024-08-06 | 1 | -7/+7 |
* | tests: Use namespaced classes (1) | Umherirrender | 2024-06-14 | 1 | -1/+1 |
* | tests: More use statements in session tests | Reedy | 2024-02-16 | 1 | -30/+35 |
* | tests: Add Tests to PHP namespacing | Reedy | 2024-02-16 | 1 | -1/+6 |
* | Namespace Config-related classes under \MediaWiki\Config | James D. Forrester | 2023-09-21 | 1 | -1/+2 |
* | Namespace User under \MediaWiki\User | James D. Forrester | 2023-09-19 | 1 | -1/+1 |
* | tests: Use MainConfigNames consts to refer config names | Umherirrender | 2023-06-19 | 1 | -10/+10 |
* | Make use of MainConfigNames references in a few more places | thiemowmde | 2023-04-21 | 1 | -5/+5 |
* | Just another 80 or so PHPStorm inspection fixes (#4) | Tim Starling | 2023-03-25 | 1 | -1/+0 |
* | Tests: treat wgHooks like a regular config variable. | daniel | 2023-03-09 | 1 | -16/+7 |
* | Reorg: Move WebResponse and FauxResponse to Request/ | Amir Sarabadani | 2023-03-01 | 1 | -1/+1 |
* | Drop more unused hard deprecated hooks | Amir Sarabadani | 2022-12-01 | 1 | -173/+0 |
* | Reorg: Move some of request related classes to MediaWiki/Request | Amir Sarabadani | 2022-10-28 | 1 | -25/+25 |
* | Revert "Reorg: Move some of request related classes to MediaWiki/Request" | Zabe | 2022-10-27 | 1 | -25/+25 |
* | Reorg: Move some of request related classes to MediaWiki/Request | Amir Sarabadani | 2022-10-26 | 1 | -25/+25 |
* | Migrate use of global to use of config settings | Derick Alangi | 2022-08-12 | 1 | -5/+6 |
* | Tests: Cleanup some unnecessary nested function calls | Reedy | 2022-06-06 | 1 | -4/+4 |
* | phpunit: use ->getServiceContainer() in integration tests | Alexander Vorwerk | 2022-01-27 | 1 | -2/+1 |
* | Remove or replace usages of "sanity" | Reedy | 2021-11-21 | 1 | -1/+1 |
* | Reapply "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatabl... | Vlad.shapik | 2021-05-31 | 1 | -0/+3 |
* | Create SessionProviderTestTrait to facilitate testing of an SessionProvider | vladshapik | 2021-05-26 | 1 | -114/+49 |
* | Revert "Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatable... | Ppchelko | 2021-05-05 | 1 | -7/+0 |
* | Hard Deprecate User ::getCanonicalName, ::isUsableName, ::isCreatableName | vladshapik | 2021-05-04 | 1 | -0/+7 |
* | Create an initialization method in the SessionProvider class | vladshapik | 2021-05-04 | 1 | -45/+91 |
* | Replace PHPUnit ->returnValue() with ->willReturn() shortcut | Thiemo Kreuz | 2021-04-22 | 1 | -4/+4 |
* | phpunit: Mass-replace setMethods with onlyMethods and adjust | Daimona Eaytoy | 2021-04-16 | 1 | -8/+8 |
* | Add missing @param tags in tests | Umherirrender | 2021-02-01 | 1 | -0/+3 |
* | Support SameSite=None cookies | Tim Starling | 2020-07-07 | 1 | -0/+5 |
* | Merge "MediaWikiTestCase to MediaWikiIntegrationTestCase" | jenkins-bot | 2020-07-01 | 1 | -2/+2 |
|\ |
|
| * | MediaWikiTestCase to MediaWikiIntegrationTestCase | addshore | 2020-06-30 | 1 | -2/+2 |
* | | Introduce $wgForceHTTPS | Tim Starling | 2020-06-30 | 1 | -17/+53 |
|/ |
|
* | build: Bump mediawiki-codesniffer to 31.0.0 | Daimona Eaytoy | 2020-05-30 | 1 | -1/+1 |
* | Hooks::run() call site migration | Tim Starling | 2020-05-30 | 1 | -1/+25 |
* | Actually deprecate the UserSetCookies | James D. Forrester | 2020-05-11 | 1 | -0/+9 |
* | Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse | James D. Forrester | 2020-01-10 | 1 | -1/+1 |
* | tests: Replace PHPUnit's loose assertEquals(null) with assertNull() | Thiemo Kreuz | 2019-09-27 | 1 | -1/+1 |
* | Add parentheses around nested inline IF statements | Kevin Israel | 2018-07-30 | 1 | -1/+1 |
* | Simplify PHP by using ?? and ?: | Fomafix | 2018-07-10 | 1 | -1/+1 |
* | Use ::class to resolve class names in tests | Umherirrender | 2018-01-26 | 1 | -5/+5 |
* | Switch to librarized version of TestingAccessWrapper | Gergő Tisza | 2017-04-20 | 1 | -10/+11 |
* | phpunit: Avoid use of deprecated getMock for PHPUnit 5 compat | Timo Tijhof | 2017-04-06 | 1 | -6/+13 |
* | Extended login: Don't use a $wg config variable, add UserName | Matthew Flaschen | 2016-06-23 | 1 | -8/+24 |
* | Whenever possible, reuse User objects in unit tests | Ori Livneh | 2016-05-26 | 1 | -4/+4 |
* | Add SessionProvider::getRememberUserDuration(), fix some durations | Gergő Tisza | 2016-05-14 | 1 | -5/+37 |
* | Many more function case mismatches | Reedy | 2016-03-19 | 1 | -1/+1 |
* | Improve SessionManager unit test coverage, and fix two namespacing bugs | Brad Jorsch | 2016-02-26 | 1 | -0/+21 |
* | Convert all array() syntax to [] | Kunal Mehta | 2016-02-17 | 1 | -152/+152 |
* | Remove "$that" from SessionManager | Brad Jorsch | 2016-02-10 | 1 | -10/+8 |
* | Update session log messages | Bryan Davis | 2016-02-06 | 1 | -1/+40 |
* | Clean up after Ie161e0f | Brad Jorsch | 2016-02-03 | 1 | -6/+3 |