aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bbcode
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bbcode')
-rw-r--r--tests/bbcode/all_tests.php10
-rw-r--r--tests/bbcode/parser_test.php9
2 files changed, 19 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');
diff --git a/tests/bbcode/parser_test.php b/tests/bbcode/parser_test.php
index 0cb223d799..5e44754478 100644
--- a/tests/bbcode/parser_test.php
+++ b/tests/bbcode/parser_test.php
@@ -1,4 +1,13 @@
<?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);
require_once 'PHPUnit/Framework.php';