From cd925c306710c06445e9b4e49ee86adfa43ad54a Mon Sep 17 00:00:00 2001 From: cweiske Date: Fri, 20 Nov 2009 17:39:17 +0000 Subject: add base test files to phpunit blacklist git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@566 b3834d28-1941-0410-a4f8-b48e95affb8f --- tests/AllTests.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/AllTests.php') 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. * -- cgit v1.2.3-54-g00ecf