From 2a5d6f73b942f6a4877db37eca9fc7102c3ffe26 Mon Sep 17 00:00:00 2001 From: Brent Robert Date: Thu, 28 Sep 2017 19:43:16 +0200 Subject: [PATCH] Removed unused parameter which was void anyway (#92) --- tests/SitemapGeneratorTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/SitemapGeneratorTest.php b/tests/SitemapGeneratorTest.php index ed6f33d..ce0468e 100644 --- a/tests/SitemapGeneratorTest.php +++ b/tests/SitemapGeneratorTest.php @@ -17,8 +17,6 @@ public function setUp() $this->skipIfTestServerIsNotRunning(); parent::setUp(); - - $this->sitemapGenerator = SitemapGenerator::create('http://localhost:4020')->setConcurrency(1); } /** @test */