diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-02-02 23:08:43 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-02-02 23:08:43 +0100 |
commit | 2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07 (patch) | |
tree | 1cc4b7b262b9b11e26f1ae914d82132c06e67327 /tests/TestBaseApi.php | |
parent | 5a8327be1dc3cba69296dbf82c6b2320cc3a0e2f (diff) | |
download | semanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.gz semanticscuttle-2c4bf8dacff87a1918c4f34d97bbdaff0a6b3f07.tar.bz2 |
make unittests run with phpunit 3.5.x
Diffstat (limited to 'tests/TestBaseApi.php')
-rw-r--r-- | tests/TestBaseApi.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/TestBaseApi.php b/tests/TestBaseApi.php index eb1457f..dacdecd 100644 --- a/tests/TestBaseApi.php +++ b/tests/TestBaseApi.php @@ -11,10 +11,6 @@ * @link http://sourceforge.net/projects/semanticscuttle */ -require_once 'PHPUnit/Framework.php'; - -PHPUnit_Util_Filter::addFileToFilter(__FILE__); - /** * Base unittest class for web API tests. * |