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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/utility/OPMLExporterTest.php b/tests/unit/utility/OPMLExporterTest.php
index cf20f6347..eb9384f27 100644
--- a/tests/unit/utility/OPMLExporterTest.php
+++ b/tests/unit/utility/OPMLExporterTest.php
@@ -31,7 +31,7 @@ use \OCA\News\Db\Feed;
require_once(__DIR__ . "/../../classloader.php");
-class OPMLExporterTest extends \OCA\News\Utility\TestUtility {
+class OPMLExporterTest extends \PHPUnit_Framework_TestCase {
private $exporter;
private $feed1;