diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-05-01 22:58:57 +0200 |
commit | 050f8f4ddc32167e205a190eec9a60ad8f3caed5 (patch) | |
tree | d33554bde021d49cc7d802b4e053357e5e3b6b8f /_test/tests/inc/safefn.test.php | |
parent | 3c0d44f1aa44d3ac3d8b9e652d172b1eda680bbf (diff) | |
download | rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.gz rpg-050f8f4ddc32167e205a190eec9a60ad8f3caed5.tar.bz2 |
removed unecessary requiresin unit tests
Diffstat (limited to '_test/tests/inc/safefn.test.php')
-rw-r--r-- | _test/tests/inc/safefn.test.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/_test/tests/inc/safefn.test.php b/_test/tests/inc/safefn.test.php index 78e08fec6..175b72dfc 100644 --- a/_test/tests/inc/safefn.test.php +++ b/_test/tests/inc/safefn.test.php @@ -1,8 +1,6 @@ <?php // use no mbstring help here if(!defined('UTF8_NOMBSTRING')) define('UTF8_NOMBSTRING',1); -require_once DOKU_INC.'inc/utf8.php'; -require_once DOKU_INC.'inc/SafeFN.class.php'; class safeFN_test extends DokuWikiTest { @@ -34,7 +32,7 @@ class safeFN_test extends DokuWikiTest { $this->assertEquals(SafeFN::decode($safe),$utf8); } } - + function test2(){ $tests[] = array('совместимая','%td%ta%sy%t8%t1%td%te%t4%t8%sw%tr'); |