MediaWiki  1.23.1
UserMailerTest.php
Go to the documentation of this file.
1 <?php
2 
4 
8  public function testQuotedPrintable() {
9  $this->assertEquals(
10  "=?UTF-8?Q?=C4=88u=20legebla=3F?=",
11  UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
12  }
13 
14 }
php
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
Definition: skin.txt:62
UserMailer\quotedPrintable
static quotedPrintable( $string, $charset='')
Converts a string into quoted-printable format.
Definition: UserMailer.php:430
UserMailerTest
Definition: UserMailerTest.php:3
UserMailerTest\testQuotedPrintable
testQuotedPrintable()
@covers UserMailer::quotedPrintable
Definition: UserMailerTest.php:8
MediaWikiLangTestCase
Base class that store and restore the Language objects.
Definition: MediaWikiLangTestCase.php:6