MediaWiki  REL1_22
UserMailerTest.php
Go to the documentation of this file.
00001 <?php
00002 
00003 class UserMailerTest extends MediaWikiLangTestCase {
00004 
00008     public function testQuotedPrintable() {
00009         $this->assertEquals(
00010             "=?UTF-8?Q?=C4=88u=20legebla=3F?=",
00011             UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
00012     }
00013 
00014 }