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.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
index e7b3d19dd..8a99e9d5a 100644
--- a/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
+++ b/tests/unit/articleenhancer/XPathArticleEnhancerTest.php
@@ -84,10 +84,7 @@ class XPathArticleEnhancerTest extends \PHPUnit_Framework_TestCase {
$this->equalTo($this->redirects),
$this->equalTo($this->headers),
$this->equalTo($this->userAgent),
- $this->equalTo(false),
- $this->equalTo(null),
- $this->equalTo(null),
- $this->equalTo(null))
+ $this->equalTo(false))
->will($this->returnValue($file));
$result = $this->testEnhancer->enhance($item);