aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utf/utf8_clean_string_test.php
diff options
context:
space:
mode:
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