diff options
author | Christian Weiske <cweiske@cweiske.de> | 2011-02-02 23:08:43 +0100 |
---|---|---|
committer | Christian Weiske <cweiske@cweiske.de> | 2011-02-16 00:12:08 +0100 |
commit | 8fb9a4b74356ebbb40a60c6d051837eb5f579d9d (patch) | |
tree | acdbb3cbc19a88cc41a96284c69a22f392bcb34a | |
parent | 2407385965a0af18ddece95c8e118294834723d0 (diff) | |
download | semanticscuttle-8fb9a4b74356ebbb40a60c6d051837eb5f579d9d.tar.gz semanticscuttle-8fb9a4b74356ebbb40a60c6d051837eb5f579d9d.tar.bz2 |
make unittests run with phpunit 3.5.x
-rw-r--r-- | tests/AllTests.php | 3 | ||||
-rw-r--r-- | tests/TestBase.php | 4 | ||||
-rw-r--r-- | tests/TestBaseApi.php | 4 |
3 files changed, 0 insertions, 11 deletions
diff --git a/tests/AllTests.php b/tests/AllTests.php index 1266041..0317017 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. 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. * diff --git a/tests/TestBaseApi.php b/tests/TestBaseApi.php index 645ead9..0656ecf 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. * |