diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-05 16:15:54 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-05 16:15:54 +0000 |
commit | 8243e9a3728feca2356add9684f91451bf28a43f (patch) | |
tree | 1e53c8a9eed992836567803b7e348078764f1e6f /tests/text_processing/all_tests.php | |
parent | 2e17e448deed073f8614bb555a8ef20c57291c2a (diff) | |
download | forums-8243e9a3728feca2356add9684f91451bf28a43f.tar forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.gz forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.bz2 forums-8243e9a3728feca2356add9684f91451bf28a43f.tar.xz forums-8243e9a3728feca2356add9684f91451bf28a43f.zip |
adjust tests a little bit to let them work again in trunk (not adjusted template/bbcode yet)
git-svn-id: file:///svn/phpbb/trunk@10212 89ea8834-ac86-4346-8a33-228a782c2dd0
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 |