diff options
Diffstat (limited to 'tests/text_processing')
| -rw-r--r-- | tests/text_processing/all_tests.php | 2 | ||||
| -rw-r--r-- | tests/text_processing/make_clickable.php | 4 |
2 files changed, 3 insertions, 3 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'; diff --git a/tests/text_processing/make_clickable.php b/tests/text_processing/make_clickable.php index 1eb0449274..994cbd023c 100644 --- a/tests/text_processing/make_clickable.php +++ b/tests/text_processing/make_clickable.php @@ -10,12 +10,12 @@ define('IN_PHPBB', true); -require_once 'PHPUnit/Framework.php'; +require_once 'test_framework/framework.php'; require_once '../phpBB/includes/functions.php'; require_once '../phpBB/includes/functions_content.php'; -class phpbb_text_processing_make_clickable_test extends PHPUnit_Framework_TestCase +class phpbb_text_processing_make_clickable_test extends phpbb_test_case { public static function make_clickable_data() { |
