aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode/all_tests.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bbcode/all_tests.php')
-rw-r--r--tests/bbcode/all_tests.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bbcode/all_tests.php b/tests/bbcode/all_tests.php
index e5412eed0e..6703f67495 100644
--- a/tests/bbcode/all_tests.php
+++ b/tests/bbcode/all_tests.php
@@ -1,5 +1,15 @@
<?php
+/**
+*
+* @package testing
+* @version $Id$
+* @copyright (c) 2008 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
+
define('IN_PHPBB', true);
+
if (!defined('PHPUnit_MAIN_METHOD'))
{
define('PHPUnit_MAIN_METHOD', 'phpbb_bbcode_all_tests::main');