wiki.techinc.nl/tests/phpunit/maintenance
James D. Forrester ad06527fb4 Reorg: Namespace the Title class
This is moderately messy.

Process was principally:

* xargs rg --files-with-matches '^use Title;' | grep 'php$' | \
  xargs -P 1 -n 1 sed -i -z 's/use Title;/use MediaWiki\\Title\\Title;/1'
* rg --files-without-match 'MediaWiki\\Title\\Title;' . | grep 'php$' | \
  xargs rg --files-with-matches 'Title\b' | \
  xargs -P 1 -n 1 sed -i -z 's/\nuse /\nuse MediaWiki\\Title\\Title;\nuse /1'
* composer fix

Then manual fix-ups for a few files that don't have any use statements.

Bug: T166010
Follows-Up: Ia5d8cb759dc3bc9e9bbe217d0fb109e2f8c4101a
Change-Id: If8fc9d0d95fc1a114021e282a706fc3e7da3524b
2023-03-02 08:46:53 -05: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 Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
deleteAutoPatrolLogsTest.php
DeleteUserEmailTest.php
DumpAsserter.php
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
MaintenanceTest.php Replace Config mocks with trivial HashConfig instances 2023-03-01 08:15:28 +01: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