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 */