summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 15:00:45 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 15:00:45 +0100
commite92d57740718b142b5157e371ce5ddde7f6a9795 (patch)
tree0a997191604dbb1a0699180c87ea2a0f6e04ba06 /tests
parent7524609f3fa487941e829e2f10117d2ea08f3200 (diff)
another round of trying to fix the heise.de encoding issues
Diffstat (limited to 'tests')
-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));
}