summaryrefslogtreecommitdiffstats
path: root/tests/unit/http
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 23:13:52 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-13 23:13:52 +0200
commit7faa40dc59738fc4b5bb9dd2121e433e2301c36b (patch)
tree2eac772fb6e39eebbf4349760f5757c6b2547ecf /tests/unit/http
parentf333f6b38f985c40247f7c82dd462f3016611dfe (diff)
fix some tests
Diffstat (limited to 'tests/unit/http')
-rw-r--r--tests/unit/http/TextDownloadResponseTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/http/TextDownloadResponseTest.php b/tests/unit/http/TextDownloadResponseTest.php
index c7f2e211f..f3dd08181 100644
--- a/tests/unit/http/TextDownloadResponseTest.php
+++ b/tests/unit/http/TextDownloadResponseTest.php
@@ -16,10 +16,9 @@ namespace OCA\News\Http;
require_once(__DIR__ . "/../../classloader.php");
-require_once(__DIR__ . "/DownloadResponseTest.php");
-class TextDownloadResponseTest extends DownloadResponseTest {
+class TextDownloadResponseTest extends \PHPUnit_Framework_TestCase {
protected function setUp() {