Index: trunk/phase3/maintenance/tests/phpunit/includes/GlobalTest.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | function testQuotedPrintable() { |
60 | 60 | $this->assertEquals( |
61 | 61 | "=?UTF-8?Q?=C4=88u=20legebla=3F?=", |
62 | | - wfQuotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) ); |
| 62 | + UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) ); |
63 | 63 | } |
64 | 64 | |
65 | 65 | function testTime() { |