aboutsummaryrefslogtreecommitdiffstats
path: root/tests/phpunit/includes/language/MessageTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/language/MessageTest.php')
-rw-r--r--tests/phpunit/includes/language/MessageTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/phpunit/includes/language/MessageTest.php b/tests/phpunit/includes/language/MessageTest.php
index d34dfec0055f..1aa91a75456b 100644
--- a/tests/phpunit/includes/language/MessageTest.php
+++ b/tests/phpunit/includes/language/MessageTest.php
@@ -493,6 +493,8 @@ class MessageTest extends MediaWikiLangTestCase {
}
public function testUserGroupMemberParams() {
+ $this->expectDeprecationAndContinue( '/UserGroupMembershipParam/' );
+ $this->expectDeprecationAndContinue( '/objectParams/' );
$lang = $this->getServiceContainer()->getLanguageFactory()->getLanguage( 'qqx' );
$msg = new RawMessage( '$1' );
$this->setUserLang( $lang );