From: Platonides Date: Wed, 8 Dec 2010 23:10:46 +0000 (+0000) Subject: Follow up r78101. X-Git-Tag: 1.31.0-rc.0~33430 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=f9d2dc1c936a64c45144b7bd42197e3b0f9f2d32;p=lhc%2Fweb%2Fwiklou.git Follow up r78101. --- 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() {