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, 2 insertions, 1 deletions
diff --git a/tests/Unit/Http/TextDownloadResponseTest.php b/tests/Unit/Http/TextDownloadResponseTest.php
index 96fa74ffc..4021d22aa 100644
--- a/tests/Unit/Http/TextDownloadResponseTest.php
+++ b/tests/Unit/Http/TextDownloadResponseTest.php
@@ -16,8 +16,9 @@ namespace OCA\News\Tests\Unit\Http;
use OCA\News\Http\TextDownloadResponse;
+use PHPUnit\Framework\TestCase;
-class TextDownloadResponseTest extends \PHPUnit_Framework_TestCase
+class TextDownloadResponseTest extends TestCase
{