diff options
author | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-20 17:39:17 +0000 |
---|---|---|
committer | cweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-11-20 17:39:17 +0000 |
commit | cd925c306710c06445e9b4e49ee86adfa43ad54a (patch) | |
tree | 4b3246a67dd0aadbe6245c72f5ea47e479e63d8b /tests/TestBase.php | |
parent | 1256489fa7a3afa0663c9892adcdb6096499c3dc (diff) | |
download | semanticscuttle-cd925c306710c06445e9b4e49ee86adfa43ad54a.tar.gz semanticscuttle-cd925c306710c06445e9b4e49ee86adfa43ad54a.tar.bz2 |
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/TestBase.php')
-rw-r--r-- | tests/TestBase.php | 2 |
1 files changed, 2 insertions, 0 deletions
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. * |