summaryrefslogtreecommitdiffstatshomepage
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorGravatar cweiske2009-11-20 17:39:17 +0000
committerGravatar cweiske2009-11-20 17:39:17 +0000
commitcd925c306710c06445e9b4e49ee86adfa43ad54a (patch)
tree4b3246a67dd0aadbe6245c72f5ea47e479e63d8b /tests/AllTests.php
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
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php2
1 files changed, 2 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.
*