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/AllTests.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/AllTests.php')
-rw-r--r-- | tests/AllTests.php | 2 |
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. * |