summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Utility/OPMLExporterTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Utility/OPMLExporterTest.php')
-rw-r--r--tests/Unit/Utility/OPMLExporterTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Unit/Utility/OPMLExporterTest.php b/tests/Unit/Utility/OPMLExporterTest.php
index 7f2c7dfdf..f02353100 100644
--- a/tests/Unit/Utility/OPMLExporterTest.php
+++ b/tests/Unit/Utility/OPMLExporterTest.php
@@ -16,9 +16,10 @@ namespace OCA\News\Tests\Unit\Utility;
use \OCA\News\Db\Folder;
use \OCA\News\Db\Feed;
use OCA\News\Utility\OPMLExporter;
+use PHPUnit\Framework\TestCase;
-class OPMLExporterTest extends \PHPUnit_Framework_TestCase
+class OPMLExporterTest extends TestCase
{
private $exporter;