summaryrefslogtreecommitdiff
path: root/_testing/tests/inc/utf8_utf16be.test.php
diff options
context:
space:
mode:
Diffstat (limited to '_testing/tests/inc/utf8_utf16be.test.php')
-rw-r--r--_testing/tests/inc/utf8_utf16be.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/inc/utf8_utf16be.test.php b/_testing/tests/inc/utf8_utf16be.test.php
index 3a939a660..0150a8e4a 100644
--- a/_testing/tests/inc/utf8_utf16be.test.php
+++ b/_testing/tests/inc/utf8_utf16be.test.php
@@ -5,7 +5,7 @@ require_once DOKU_INC.'inc/utf8.php';
// use no mbstring help here
if(!defined('UTF8_NOMBSTRING')) define('UTF8_NOMBSTRING',1);
-class utf8_utf16be_test extends PHPUnit_Framework_TestCase {
+class utf8_utf16be_test extends DokuWikiTest {
// some chars from various code regions
var $utf8 = '鈩ℵŁöx';
var $utf16 = "\x92\x29\x21\x35\x1\x41\x0\xf6\x0\x78";