aboutsummaryrefslogtreecommitdiff
path: root/tests/TestBase.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/TestBase.php
parent5a8327be1dc3cba69296dbf82c6b2320cc3a0e2f (diff)
downloadsemanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.gz
semanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.bz2
make unittests run with phpunit 3.5.x
Diffstat (limited to 'tests/TestBase.php')
-rw-r--r--tests/TestBase.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/TestBase.php b/tests/TestBase.php
index 402330b..8c1a934 100644
--- a/tests/TestBase.php
+++ b/tests/TestBase.php
@@ -11,10 +11,6 @@
* @link http://sourceforge.net/projects/semanticscuttle
*/
-require_once 'PHPUnit/Framework.php';
-
-PHPUnit_Util_Filter::addFileToFilter(__FILE__);
-
/**
* Base unittest class that provides several helper methods.
*