summaryrefslogtreecommitdiffstats
path: root/tests/unit/fetcher/FeedFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/fetcher/FeedFetcherTest.php')
-rw-r--r--tests/unit/fetcher/FeedFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/fetcher/FeedFetcherTest.php b/tests/unit/fetcher/FeedFetcherTest.php
index 893fb7b2a..948e25e9b 100644
--- a/tests/unit/fetcher/FeedFetcherTest.php
+++ b/tests/unit/fetcher/FeedFetcherTest.php
@@ -102,7 +102,7 @@ class FeedFetcherTest extends \PHPUnit_Framework_TestCase {
$this->proxyAuth = 'hi';
$this->fetchTimeout = 40;
$this->config = $this->getMockBuilder(
- '\OCA\News\Utility\Config')
+ '\OCA\News\Config\Config')
->disableOriginalConstructor()
->getMock();
$this->config->expects($this->any())