aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/unit/includes/skins/SkinFactoryTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/unit/includes/skins/SkinFactoryTest.php')
-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', [] );