aboutsummaryrefslogtreecommitdiffstats
path: root/tests/all_tests.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2008-05-04 15:41:51 +0000
committerNils Adermann <naderman@naderman.de>2008-05-04 15:41:51 +0000
commit1219ff4717fe9b81995cd490458c66bc3c7dda84 (patch)
tree59996d4ff0acec67d75ce0a0df2a3105bbf8e8c9 /tests/all_tests.php
parent22f6e1ed1ea5614082db99095fad211e688a4367 (diff)
downloadforums-1219ff4717fe9b81995cd490458c66bc3c7dda84.tar
forums-1219ff4717fe9b81995cd490458c66bc3c7dda84.tar.gz
forums-1219ff4717fe9b81995cd490458c66bc3c7dda84.tar.bz2
forums-1219ff4717fe9b81995cd490458c66bc3c7dda84.tar.xz
forums-1219ff4717fe9b81995cd490458c66bc3c7dda84.zip
these files should have headers too
git-svn-id: file:///svn/phpbb/trunk@8547 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'tests/all_tests.php')
-rw-r--r--tests/all_tests.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/all_tests.php b/tests/all_tests.php
index f99ecf628d..0ae8311561 100644
--- a/tests/all_tests.php
+++ b/tests/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_all_tests::main');
@@ -11,6 +21,7 @@ require_once 'PHPUnit/TextUI/TestRunner.php';
require_once 'bbcode/all_tests.php';
require_once 'utf/all_tests.php';
+// exclude the test directory from code coverage reports
PHPUnit_Util_Filter::addDirectoryToFilter('./');
class phpbb_all_tests