summaryrefslogtreecommitdiffstats
path: root/tests/unit/articleenhancer
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:16:08 +0200
commit874c469e0241962e15927de5aba758a7206849ba (patch)
tree219febba5e72e13e2a4f789cf59fd057b7368c28 /tests/unit/articleenhancer
parent541318cb81710ef080b30cc790681ace773c11ac (diff)
remove more dead code
Diffstat (limited to 'tests/unit/articleenhancer')
-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))