From f9d2dc1c936a64c45144b7bd42197e3b0f9f2d32 Mon Sep 17 00:00:00 2001 From: Platonides Date: Wed, 8 Dec 2010 23:10:46 +0000 Subject: [PATCH] Follow up r78101. --- maintenance/tests/phpunit/includes/GlobalTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tests/phpunit/includes/GlobalTest.php b/maintenance/tests/phpunit/includes/GlobalTest.php index c4bfe7033f..d9116dc0ce 100644 --- a/maintenance/tests/phpunit/includes/GlobalTest.php +++ b/maintenance/tests/phpunit/includes/GlobalTest.php @@ -58,7 +58,7 @@ class GlobalTest extends PHPUnit_Framework_TestCase { function testQuotedPrintable() { $this->assertEquals( "=?UTF-8?Q?=C4=88u=20legebla=3F?=", - wfQuotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) ); + UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) ); } function testTime() { -- 2.20.1