summaryrefslogtreecommitdiffstats
path: root/tests/unit/articleenhancer/EnhancerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/articleenhancer/EnhancerTest.php')
-rw-r--r--tests/unit/articleenhancer/EnhancerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit/articleenhancer/EnhancerTest.php b/tests/unit/articleenhancer/EnhancerTest.php
index 31133dc4a..5c54816a8 100644
--- a/tests/unit/articleenhancer/EnhancerTest.php
+++ b/tests/unit/articleenhancer/EnhancerTest.php
@@ -46,7 +46,6 @@ class EnhancerTest extends \PHPUnit_Framework_TestCase {
'http://www.test.com'
);
for ($i=0; $i < count($urls); $i++) {
- $url = $urls[$i];
$this->articleEnhancer->expects($this->at($i))
->method('enhance')
->with($this->equalTo($item))