summaryrefslogtreecommitdiffstats
path: root/tests/unit/fetcher/FetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fetcher/FetcherTest.php')
-rw-r--r--tests/unit/fetcher/FetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/fetcher/FetcherTest.php b/tests/unit/fetcher/FetcherTest.php
index f5756aaf7..cc08b2f0f 100644
--- a/tests/unit/fetcher/FetcherTest.php
+++ b/tests/unit/fetcher/FetcherTest.php
@@ -28,7 +28,7 @@ namespace OCA\News\Fetcher;
require_once(__DIR__ . "/../../classloader.php");
-class FetcherTest extends \OCA\News\Utility\TestUtility {
+class FetcherTest extends \PHPUnit_Framework_TestCase {
private $fetcher;