aboutsummaryrefslogtreecommitdiff
path: root/tests/AllTests.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-02-02 23:08:43 +0100
committerChristian Weiske <cweiske@cweiske.de>2011-02-02 23:08:43 +0100
commit2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07 (patch)
tree1cc4b7b262b9b11e26f1ae914d82132c06e67327 /tests/AllTests.php
parent5a8327be1dc3cba69296dbf82c6b2320cc3a0e2f (diff)
downloadsemanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.gz
semanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.bz2
make unittests run with phpunit 3.5.x
Diffstat (limited to 'tests/AllTests.php')
-rw-r--r--tests/AllTests.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php
index ded6824..4afcc6b 100644
--- a/tests/AllTests.php
+++ b/tests/AllTests.php
@@ -17,9 +17,6 @@ if (!defined('PHPUnit_MAIN_METHOD')) {
}
require_once 'prepare.php';
-require_once 'PHPUnit/Framework/TestSuite.php';
-
-PHPUnit_Util_Filter::addFileToFilter(__FILE__);
/**
* SemanticScuttle unit tests.