diff options
Diffstat (limited to 'tests/text_processing/all_tests.php')
-rw-r--r-- | tests/text_processing/all_tests.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/text_processing/all_tests.php b/tests/text_processing/all_tests.php index 7bb84057a9..d53dd1127e 100644 --- a/tests/text_processing/all_tests.php +++ b/tests/text_processing/all_tests.php @@ -8,8 +8,6 @@ * */ -define('IN_PHPBB', true); - if (!defined('PHPUnit_MAIN_METHOD')) { define('PHPUnit_MAIN_METHOD', 'phpbb_text_processing_all_tests::main'); @@ -41,4 +39,3 @@ if (PHPUnit_MAIN_METHOD == 'phpbb_text_processing_all_tests::main') { phpbb_text_processing_all_tests::main(); } -?>
\ No newline at end of file |