summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/JSONHttpErrorTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/JSONHttpErrorTest.php')
-rw-r--r--tests/Unit/Controller/JSONHttpErrorTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Controller/JSONHttpErrorTest.php b/tests/Unit/Controller/JSONHttpErrorTest.php
index a77566e04..bf043bf54 100644
--- a/tests/Unit/Controller/JSONHttpErrorTest.php
+++ b/tests/Unit/Controller/JSONHttpErrorTest.php
@@ -15,12 +15,14 @@ namespace OCA\News\Tests\Unit\Controller;
use OCA\News\Controller\JSONHttpError;
+use PHPUnit\Framework\TestCase;
+
class Test
{
use JSONHttpError;
}
-class JSONHttpErrorTest extends \PHPUnit_Framework_TestCase
+class JSONHttpErrorTest extends TestCase
{