From c20923f5ea9f500a41de2b3722f4b44fe3a45690 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 14:33:20 +0200 Subject: more cleanup --- tests/unit/articleenhancer/XPathArticleEnhancerTest.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/unit/articleenhancer/XPathArticleEnhancerTest.php') 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); -- cgit v1.2.3