summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar cweiske2009-11-20 17:39:17 +0000
committerGravatar cweiske2009-11-20 17:39:17 +0000
commitcd925c306710c06445e9b4e49ee86adfa43ad54a (patch)
tree4b3246a67dd0aadbe6245c72f5ea47e479e63d8b
parent1256489fa7a3afa0663c9892adcdb6096499c3dc (diff)
downloadscuttle-cd925c306710c06445e9b4e49ee86adfa43ad54a.tar.gz
scuttle-cd925c306710c06445e9b4e49ee86adfa43ad54a.zip
add base test files to phpunit blacklist
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@566 b3834d28-1941-0410-a4f8-b48e95affb8f
-rw-r--r--tests/AllTests.php2
-rw-r--r--tests/TestBase.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php
index ece6d6d..23ad25e 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -19,6 +19,8 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
require_once 'prepare.php';
require_once 'PHPUnit/Framework/TestSuite.php';
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
/**
* SemanticScuttle unit tests.
*
diff --git a/tests/TestBase.php b/tests/TestBase.php
index f9946e2..86519f3 100644
--- a/tests/TestBase.php
+++ b/tests/TestBase.php
@@ -13,6 +13,8 @@
require_once 'PHPUnit/Framework.php';
+PHPUnit_Util_Filter::addFileToFilter(__FILE__);
+
/**
* Base unittest class that provides several helper methods.
*