aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/session/SessionProviderTestTrait.php
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit nullable type on parameter argumentsUmherirrender2024-10-161-5/+5
| | | | | | | | | | | Implicitly marking parameter $... as nullable is deprecated in php8.4, the explicit nullable type must be used instead Created with autofix from Ide15839e98a6229c22584d1c1c88c690982e1d7a Break one long line in SpecialPage.php Bug: T376276 Change-Id: I807257b2ba1ab2744ab74d9572c9c3d3ac2a968e
* Remove all @package commentsthiemowmde2024-05-101-1/+0
| | | | | | | | | | | | I don't think these do anything with the documentation generators we currently use. Especially not in tests. How are tests part of a "package" when the code is not? Note how most of these are simply identical to the namespace. They are most probably auto-generated by some IDEs but don't actually mean anything. Change-Id: I771b5f2041a8e3b077865c79cbebddbe028543d1
* tests: Add Tests to PHP namespacingReedy2024-02-161-1/+3
| | | | Change-Id: I849268172751d50292e93aa75abe8094873f56bc
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-2/+2
| | | | | Bug: T166010 Change-Id: I4066885a7ea071d22497abcdb3f95e73e154d08c
* Create SessionProviderTestTrait to facilitate testing of an SessionProvidervladshapik2021-05-261-0/+48
Create new SessionProviderTestTrait and SessionProviderTestTrait::initProvider method. Replace uses of SessionProvider::init with new method in tests. Bug: T283709 Change-Id: I2770188faf3e4f374f9df885ff4deff7189063fc