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/TestBase.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/TestBase.php') 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. * -- cgit v1.2.3-54-g00ecf