wiki.techinc.nl/tests/phpunit/maintenance
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
..
BackupDumperLoggerTest.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
BackupDumperPageTest.php unittests: rename some files to match the class name 2023-02-08 07:27:44 +00:00
BaseDumpTest.php tests: Rename various test files to match the class 2023-01-22 19:43:52 +00:00
BenchmarkerTest.php Benchmarker: Substitute long arguments in generated case names 2023-01-10 16:50:00 +00:00
categoriesRdfTest.php tests: Make use of overrideConfig(Value|Values) where needed 2022-07-11 21:15:26 +01:00
categoryChangesAsRdfTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
deleteAutoPatrolLogsTest.php Explicit order by primary key in DeleteAutoPatrolLogs maintenance script 2022-01-22 12:40:00 +01:00
DeleteUserEmailTest.php Add script to delete a user email's address 2021-09-27 18:02:11 +00:00
DumpAsserter.php Fix some typos 2023-03-21 15:58:09 +01:00
DumpTestCase.php Use SlotRecord::MAIN instead of hard coded value 2023-01-03 16:24:42 +01:00
fetchTextTest.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
MaintenanceBaseTestCase.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
MaintenanceTest.php tests: Make some PHPUnit data providers static 2023-03-24 02:53:57 +00:00
PageDumpTestDataTrait.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
TextPassDumperDatabaseTest.php tests: Rename various test files to match the class 2023-01-22 19:43:52 +00:00
xml.xsd