summaryrefslogtreecommitdiff
path: root/tests/phpunit/includes/UserMailerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/phpunit/includes/UserMailerTest.php')
-rw-r--r--tests/phpunit/includes/UserMailerTest.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/tests/phpunit/includes/UserMailerTest.php b/tests/phpunit/includes/UserMailerTest.php
deleted file mode 100644
index 278edfaa..00000000
--- a/tests/phpunit/includes/UserMailerTest.php
+++ /dev/null
@@ -1,14 +0,0 @@
-<?php
-
-class UserMailerTest extends MediaWikiLangTestCase {
-
- /**
- * @covers UserMailer::quotedPrintable
- */
- public function testQuotedPrintable() {
- $this->assertEquals(
- "=?UTF-8?Q?=C4=88u=20legebla=3F?=",
- UserMailer::quotedPrintable( "\xc4\x88u legebla?", "UTF-8" ) );
- }
-
-} \ No newline at end of file