diff options
Diffstat (limited to '_testing/tests/inc/utf8_substr.test.php')
-rw-r--r-- | _testing/tests/inc/utf8_substr.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_testing/tests/inc/utf8_substr.test.php b/_testing/tests/inc/utf8_substr.test.php index b4684d4a2..19eea4eb4 100644 --- a/_testing/tests/inc/utf8_substr.test.php +++ b/_testing/tests/inc/utf8_substr.test.php @@ -3,7 +3,7 @@ if(!defined('UTF8_NOMBSTRING')) define('UTF8_NOMBSTRING',1); require_once DOKU_INC.'inc/utf8.php'; -class utf8_substr_test extends PHPUnit_Framework_TestCase { +class utf8_substr_test extends DokuWikiTest { function test1(){ |