aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf/utf8_clean_string_test.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-10-05 16:15:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-10-05 16:15:54 +0000
commit8243e9a3728feca2356add9684f91451bf28a43f (patch)
tree1e53c8a9eed992836567803b7e348078764f1e6f /tests/utf/utf8_clean_string_test.php
parent2e17e448deed073f8614bb555a8ef20c57291c2a (diff)
downloadforums-8243e9a3728feca2356add9684f91451bf28a43f.tar
forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.gz
forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.bz2
forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.xz
forums-8243e9a3728feca2356add9684f91451bf28a43f.zip
adjust tests a little bit to let them work again in trunk (not adjusted template/bbcode yet)
git-svn-id: file:///svn/phpbb/trunk@10212 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/utf/utf8_clean_string_test.php')
-rw-r--r--tests/utf/utf8_clean_string_test.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/utf/utf8_clean_string_test.php b/tests/utf/utf8_clean_string_test.php
index e7fa7280c9..bd9e3f5f26 100644
--- a/tests/utf/utf8_clean_string_test.php
+++ b/tests/utf/utf8_clean_string_test.php
@@ -8,12 +8,7 @@
*
*/
-define('IN_PHPBB', true);
-
require_once 'test_framework/framework.php';
-
-define(PHPBB_ROOT_PATH, '../phpBB/');
-define(PHP_EXT, 'php');
require_once '../phpBB/includes/utf/utf_tools.php';
class phpbb_utf_utf8_clean_string_test extends phpbb_test_case
@@ -35,4 +30,3 @@ class phpbb_utf_utf8_clean_string_test extends phpbb_test_case
$this->assertEquals($output, utf8_clean_string($input), $label);
}
}
-?> \ No newline at end of file