summaryrefslogtreecommitdiffstats
path: root/tests/unit/http/TextDownloadResponseTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/http/TextDownloadResponseTest.php')
-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() {