summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Controller/EntityApiSerializerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Controller/EntityApiSerializerTest.php')
-rw-r--r--tests/Unit/Controller/EntityApiSerializerTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Controller/EntityApiSerializerTest.php b/tests/Unit/Controller/EntityApiSerializerTest.php
index 49b7e0b8d..15f11a8b0 100644
--- a/tests/Unit/Controller/EntityApiSerializerTest.php
+++ b/tests/Unit/Controller/EntityApiSerializerTest.php
@@ -18,14 +18,14 @@ use \OCP\AppFramework\Http\Response;
use \OCP\AppFramework\Db\Entity;
use \OCA\News\Db\Item;
+use PHPUnit\Framework\TestCase;
class TestEntity extends Entity
{
}
-
-class EntityApiSerializerTest extends \PHPUnit_Framework_TestCase
+class EntityApiSerializerTest extends TestCase
{