aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/skins
diff options
context:
space:
mode:
authorJames D. Forrester <jforrester@wikimedia.org>2025-03-21 15:28:20 -0400
committerJames D. Forrester <jforrester@wikimedia.org>2025-03-25 10:01:54 -0400
commit19b13cd6e421fdbc0462a99040d6674a8176ff0f (patch)
tree915e5d0c5e69a457c993b3848b044eec2a47a512 /tests/phpunit/unit/includes/skins
parent121e5393d76778045630b03ea10a82ffdecc191f (diff)
downloadmediawikicore-19b13cd6e421fdbc0462a99040d6674a8176ff0f.tar.gz
mediawikicore-19b13cd6e421fdbc0462a99040d6674a8176ff0f.zip
Namespace all remaining files in includes/skin
Bug: T353458 Change-Id: I3e829e35c93bcaae75e401b1801bddf93c0b416c
Diffstat (limited to 'tests/phpunit/unit/includes/skins')
-rw-r--r--tests/phpunit/unit/includes/skins/SkinFactoryTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/unit/includes/skins/SkinFactoryTest.php b/tests/phpunit/unit/includes/skins/SkinFactoryTest.php
index ed5e1f085d42..9c9576d149c4 100644
--- a/tests/phpunit/unit/includes/skins/SkinFactoryTest.php
+++ b/tests/phpunit/unit/includes/skins/SkinFactoryTest.php
@@ -118,7 +118,7 @@ class SkinFactoryTest extends \MediaWikiUnitTestCase {
}
public function testGetSkinNames() {
- $this->expectDeprecationAndContinue( '/Use of SkinFactory::getSkinNames was deprecated in MediaWiki 1\.37/' );
+ $this->expectDeprecationAndContinue( '/SkinFactory::getSkinNames was deprecated in MediaWiki 1\.37/' );
$factory = $this->createSkinFactory();
$factory->register( 'skin1', 'Skin1', [] );