From 800b3c4b540ed6de5722ec1b9c23775c37eef21c Mon Sep 17 00:00:00 2001 From: Justin Du Date: Sun, 3 Jan 2016 19:56:07 -0600 Subject: [PATCH] Replace deprecated wfMsg* functions Bug: T70750 Change-Id: I4b037f14c7a6fc7592c4d6c90afa3844fc60bf35 --- tests/TemplateDataBlobTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TemplateDataBlobTest.php b/tests/TemplateDataBlobTest.php index a484ec79..3f4cbb43 100644 --- a/tests/TemplateDataBlobTest.php +++ b/tests/TemplateDataBlobTest.php @@ -519,7 +519,7 @@ class TemplateDataBlobTest extends MediaWikiTestCase { protected static function getStatusText( Status $status ) { $str = $status->getHtml(); - // Based on wfMsgExt/parseinline + // Based on wfMessage()->parse $m = array(); if ( preg_match( '/^

(.*)\n?<\/p>\n?$/sU', $str, $m ) ) { // Unescape char references for things like "[, "]" and "|" for