aboutsummaryrefslogtreecommitdiffstats
path: root/tests/common
diff options
context:
space:
mode:
authorTimo Tijhof <krinkle@fastmail.com>2024-08-29 03:20:38 +0100
committerTimo Tijhof <krinkle@fastmail.com>2024-08-29 03:51:40 +0100
commit8fb118cb8b428e768e97fdb156c250df080f42e3 (patch)
tree58a16359f12f5862aba2089384ef63edc6793958 /tests/common
parent81ebe177ca045d1fcd3ecf3ee0b500447e132d22 (diff)
downloadmediawikicore-8fb118cb8b428e768e97fdb156c250df080f42e3.tar.gz
mediawikicore-8fb118cb8b428e768e97fdb156c250df080f42e3.zip
recentchanges: Move rcfeed/ to includes/recentchanges/RCFeed/
It is part of the component at https://phabricator.wikimedia.org/tag/mediawiki-recent-changes/ and https://www.mediawiki.org/wiki/Developers/Maintainers and since Ifac20da51f7e809f under the same "Recent changes" doc group. The Maintainers list oddly enough lists only rcfeed and completely forgets the majority of it under /includes/changes (or now, /includes/recentchanges). Bug: T364652 Change-Id: I94e6705672c1e2821bdc726aa7a383d9e7c1f7b5
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common/TestsAutoLoader.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/common/TestsAutoLoader.php b/tests/common/TestsAutoLoader.php
index 0f2290a45587..26ee2dfe7068 100644
--- a/tests/common/TestsAutoLoader.php
+++ b/tests/common/TestsAutoLoader.php
@@ -111,8 +111,8 @@ $wgAutoloadClasses += [
# tests/phpunit/includes/cache
'LinkCacheTestTrait' => "$testDir/phpunit/includes/cache/LinkCacheTestTrait.php",
- # tests/phpunit/includes/changes
- 'TestRecentChangesHelper' => "$testDir/phpunit/includes/changes/TestRecentChangesHelper.php",
+ # tests/phpunit/includes/recentchanges
+ 'TestRecentChangesHelper' => "$testDir/phpunit/includes/recentchanges/TestRecentChangesHelper.php",
# tests/phpunit/includes/config
'TestAllServiceOptionsUsed' => "$testDir/phpunit/includes/config/TestAllServiceOptionsUsed.php",