summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/ItemApiControllerTest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-10-02 14:44:52 +0200
committerGitHub <noreply@github.com>2018-10-02 14:44:52 +0200
commit13fb06e5141e3433ab502565527324ad1e924d00 (patch)
treec0eedead6788614b886940f892f23c6537368a19 /tests/Unit/Controller/ItemApiControllerTest.php
parentc36b0a95685cb0daa3fce9d743b7610a5cfe50ed (diff)
parentfa5f07ba9a77959796c3c7a4851f2f2fe1051afa (diff)
Merge pull request #341 from SMillerDev/master
Put back old tests for stable nextcloud version and bump dependencies
Diffstat (limited to 'tests/Unit/Controller/ItemApiControllerTest.php')
-rw-r--r--tests/Unit/Controller/ItemApiControllerTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Controller/ItemApiControllerTest.php b/tests/Unit/Controller/ItemApiControllerTest.php
index ad2b323e7..916b85a36 100644
--- a/tests/Unit/Controller/ItemApiControllerTest.php
+++ b/tests/Unit/Controller/ItemApiControllerTest.php
@@ -21,8 +21,10 @@ use \OCP\AppFramework\Http;
use \OCA\News\Service\ServiceNotFoundException;
use \OCA\News\Db\Item;
+use PHPUnit\Framework\TestCase;
-class ItemApiControllerTest extends \PHPUnit_Framework_TestCase
+
+class ItemApiControllerTest extends TestCase
{
private $itemService;