aboutsummaryrefslogtreecommitdiffstats
path: root/tests/template/all_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template/all_tests.php')
-rw-r--r--tests/template/all_tests.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/template/all_tests.php b/tests/template/all_tests.php
index beb064a396..b4f6f741ca 100644
--- a/tests/template/all_tests.php
+++ b/tests/template/all_tests.php
@@ -8,8 +8,6 @@
*
*/
-define('IN_PHPBB', true);
-
if (!defined('PHPUnit_MAIN_METHOD'))
{
define('PHPUnit_MAIN_METHOD', 'phpbb_template_all_tests::main');
@@ -40,5 +38,4 @@ class phpbb_template_all_tests
if (PHPUnit_MAIN_METHOD == 'phpbb_template_all_tests::main')
{
phpbb_template_all_tests::main();
-}
-?> \ No newline at end of file
+} \ No newline at end of file