From b312ac050bd5bf1498dc74b918b430acb116eaf9 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sun, 8 Jun 2008 12:09:06 +0200
Subject: [PATCH] class redeclaration error in test cases fixed

darcs-hash:20080608100906-7ad00-f88da77c1b33641e54672a6e020dc25f6c5bd6f2.gz
---
 _test/cases/inc/utf8_romanize.test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab