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 41f33129c..f5756aaf7 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\AppFramework\Utility\TestUtility {
+class FetcherTest extends \OCA\News\Utility\TestUtility {
private $fetcher;