From fa5f07ba9a77959796c3c7a4851f2f2fe1051afa Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Mon, 1 Oct 2018 10:07:57 +0200 Subject: Put back old tests for stable nextcloud version --- tests/Unit/Controller/ItemApiControllerTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/Unit/Controller/ItemApiControllerTest.php') 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; -- cgit v1.2.3