Skip to content

Commit

Permalink
Removed unused parameter which was void anyway (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentRobert authored and freekmurze committed Sep 28, 2017
1 parent 41213df commit 2a5d6f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/SitemapGeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ public function setUp()
$this->skipIfTestServerIsNotRunning();

parent::setUp();

$this->sitemapGenerator = SitemapGenerator::create('http://localhost:4020')->setConcurrency(1);
}

/** @test */
Expand Down

0 comments on commit 2a5d6f7

Please sign in to comment.