diff options
author | James D. Forrester <jforrester@wikimedia.org> | 2025-03-21 15:11:06 -0400 |
---|---|---|
committer | Jforrester <jforrester@wikimedia.org> | 2025-03-25 13:12:55 +0000 |
commit | 121e5393d76778045630b03ea10a82ffdecc191f (patch) | |
tree | 4f94017f1a91aabc14f0817e62d77e1accd21e4c /tests/phpunit/unit/includes | |
parent | 361a7dec6e4c49027888ce16ebaf40b5cfc75b29 (diff) | |
download | mediawikicore-121e5393d76778045630b03ea10a82ffdecc191f.tar.gz mediawikicore-121e5393d76778045630b03ea10a82ffdecc191f.zip |
Namespace all remaining files in includes/changetags
Bug: T353458
Change-Id: I3cf44dfe5425f2efb8409c83571c427447b053af
Diffstat (limited to 'tests/phpunit/unit/includes')
-rw-r--r-- | tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php b/tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php index 750485655e89..9c9aa3f5f516 100644 --- a/tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php +++ b/tests/phpunit/unit/includes/Storage/RevertedTagUpdateTest.php @@ -2,7 +2,7 @@ namespace MediaWiki\Tests\Storage; -use ChangeTags; +use MediaWiki\ChangeTags\ChangeTags; use MediaWiki\ChangeTags\ChangeTagsStore; use MediaWiki\Config\ServiceOptions; use MediaWiki\Json\FormatJson; |