diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-06-08 12:09:06 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-06-08 12:09:06 +0200 |
commit | b312ac050bd5bf1498dc74b918b430acb116eaf9 (patch) | |
tree | 5024faf0561f440bc83e1892486078fe6020abfa | |
parent | d00ec4555f81210cd067f98d9bc7cef51f456462 (diff) | |
download | rpg-b312ac050bd5bf1498dc74b918b430acb116eaf9.tar.gz rpg-b312ac050bd5bf1498dc74b918b430acb116eaf9.tar.bz2 |
class redeclaration error in test cases fixed
darcs-hash:20080608100906-7ad00-f88da77c1b33641e54672a6e020dc25f6c5bd6f2.gz
-rw-r--r-- | _test/cases/inc/utf8_romanize.test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/cases/inc/utf8_romanize.test.php b/_test/cases/inc/utf8_romanize.test.php index 08f561f5c..28595b594 100644 --- a/_test/cases/inc/utf8_romanize.test.php +++ b/_test/cases/inc/utf8_romanize.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 UnitTestCase { +class utf8_romanize_test extends UnitTestCase { /** * Check Japanese romanization |