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.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/utf/utf8_clean_string_test.php b/tests/utf/utf8_clean_string_test.php
index 7cd44465c5..8e1d9f16ac 100644
--- a/tests/utf/utf8_clean_string_test.php
+++ b/tests/utf/utf8_clean_string_test.php
@@ -12,8 +12,8 @@ define('IN_PHPBB', true);
require_once 'PHPUnit/Framework.php';
-$phpbb_root_path = '../phpBB/';
-$phpEx = '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 PHPUnit_Framework_TestCase