summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/FeedApiControllerTest.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@m2mobi.com>2018-10-01 10:07:57 +0200
committerSean Molenaar <sean@m2mobi.com>2018-10-02 14:33:09 +0200
commitfa5f07ba9a77959796c3c7a4851f2f2fe1051afa (patch)
treec0eedead6788614b886940f892f23c6537368a19 /tests/Unit/Controller/FeedApiControllerTest.php
parentc36b0a95685cb0daa3fce9d743b7610a5cfe50ed (diff)
Put back old tests for stable nextcloud version
Diffstat (limited to 'tests/Unit/Controller/FeedApiControllerTest.php')
-rw-r--r--tests/Unit/Controller/FeedApiControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Controller/FeedApiControllerTest.php b/tests/Unit/Controller/FeedApiControllerTest.php
index 9217014d4..ef61d1969 100644
--- a/tests/Unit/Controller/FeedApiControllerTest.php
+++ b/tests/Unit/Controller/FeedApiControllerTest.php
@@ -24,8 +24,9 @@ use \OCA\News\Db\Folder;
use \OCA\News\Db\Feed;
use \OCA\News\Db\Item;
+use PHPUnit\Framework\TestCase;
-class FeedApiControllerTest extends \PHPUnit_Framework_TestCase
+class FeedApiControllerTest extends TestCase
{
private $feedService;