summaryrefslogtreecommitdiffstats
path: root/tests/unit/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:11:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:11:20 +0200
commita52df5cad2f9853514988b1bb43b07e812bb9316 (patch)
tree89dd47c8be24de558bbce3b37cb6d8a59002cac9 /tests/unit/articleenhancer
parent29000e2d6f49ed9b08b15a9f474dfb5b4145d800 (diff)
move config class into config folder
Diffstat (limited to 'tests/unit/articleenhancer')
-rw-r--r--tests/unit/articleenhancer/XPathArticleEnhancerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
index 8a99e9d5a..082a2030c 100644
--- a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
+++ b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
@@ -37,7 +37,7 @@ class XPathArticleEnhancerTest extends \PHPUnit_Framework_TestCase {
$this->proxyPort = 3;
$this->proxyAuth = 'hi';
$this->config = $this->getMockBuilder(
- '\OCA\News\Utility\Config')
+ '\OCA\News\Config\Config')
->disableOriginalConstructor()
->getMock();
$this->config->expects($this->any())