wiki.techinc.nl/tests/phpunit/structure
Tim Starling 5e30a927bc tests: Make some PHPUnit data providers static
Just methods where adding "static" to the declaration was enough, I
didn't do anything with providers that used $this.

Initially by search and replace. There were many mistakes which I
found mostly by running the PHPStorm inspection which searches for
$this usage in a static method. Later I used the PHPStorm "make static"
action which avoids the more obvious mistakes.

Bug: T332865
Change-Id: I47ed6692945607dfa5c139d42edbd934fa4f3a36
2023-03-24 02:53:57 +00:00
..
AbstractSchemaValidationTest.php
ApiPrefixUniquenessTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
ApiStructureTest.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
AutoLoaderStructureTest.php Include core PSR-4 classes in the generated classmap 2022-11-08 12:13:32 +01:00
AvailableRightsTest.php
BundleSizeTest.php Reorg: Move some of request related classes to MediaWiki/Request 2022-10-28 10:15:31 +00:00
CodexTokenDefaultsTest.php mediawiki.skin.defaults.less: Add neutral values for all Codex tokens 2023-03-15 17:23:51 -07:00
ContentHandlerFunctionalTest.php
DatabaseIntegrationTest.php
DumpableObjectsTest.php
ExtensionJsonValidationTest.php
ForeignResourceStructureTest.php Reorg: Move ForeignResourceManager to ResourceLoader directory 2022-11-08 10:54:17 +01:00
PasswordPolicyStructureTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
ResourcesTest.php ResourceLoader: Default File modules to mobile and desktop targets 2023-01-31 19:24:53 +00:00
RestStructureTest.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
ScopeStructureTest.php
SettingsTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
SpecialPageFatalTest.php tests: Do not hide deprecation in SpecialPageFatalTest 2022-12-16 13:04:45 +00:00
StructureTest.php
SuiteDirectoryTest.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00