aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing/all_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/text_processing/all_tests.php')
-rw-r--r--tests/text_processing/all_tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_processing/all_tests.php b/tests/text_processing/all_tests.php
index f49da23055..7bb84057a9 100644
--- a/tests/text_processing/all_tests.php
+++ b/tests/text_processing/all_tests.php
@@ -15,7 +15,7 @@ if (!defined('PHPUnit_MAIN_METHOD'))
define('PHPUnit_MAIN_METHOD', 'phpbb_text_processing_all_tests::main');
}
-require_once 'PHPUnit/Framework.php';
+require_once 'test_framework/framework.php';
require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'text_processing/make_clickable.php';