summaryrefslogtreecommitdiffstats
path: root/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/articleenhancer/XPathArticleEnhancerTest.php')
-rw-r--r--tests/unit/articleenhancer/XPathArticleEnhancerTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
index e133f6e16..2d207d177 100644
--- a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
+++ b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
@@ -59,9 +59,6 @@ class XPathArticleEnhancerTest extends \PHPUnit_Framework_TestCase {
$this->client->expects($this->once())
->method('getContent')
->will($this->returnValue($body));
- $this->client->expects($this->once())
- ->method('getEncoding')
- ->will($this->returnValue($encoding));
}