diff options
Diffstat (limited to 'tests/utf/all_tests.php')
| -rw-r--r-- | tests/utf/all_tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/utf/all_tests.php b/tests/utf/all_tests.php index 53b050f9d2..bee5df7365 100644 --- a/tests/utf/all_tests.php +++ b/tests/utf/all_tests.php @@ -15,7 +15,7 @@ if (!defined('PHPUnit_MAIN_METHOD')) define('PHPUnit_MAIN_METHOD', 'phpbb_utf_all_tests::main'); } -require_once 'PHPUnit/Framework.php'; +require_once 'test_framework/framework.php'; require_once 'PHPUnit/TextUI/TestRunner.php'; require_once 'utf/utf8_wordwrap_test.php'; |
