Skip to content

Commit

Permalink
removed test, ref OpenMage#4308
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jan 8, 2025
1 parent cb2b0f6 commit c2b87c9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/unit/Mage/Sitemap/Model/SitemapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,4 @@ public function testGenerateXml(): void
$this->assertFileExists(self::SITEMAP_FILE);
unlink(self::SITEMAP_FILE);
}

/**
* @group Mage_Sitemap
* @group Mage_Sitemap_Model
*/
public function testGetSitemapConfig(): void
{
$result = $this->subject->getSitemapConfig('page', []);
$this->assertCount(3, $result);
}
}

0 comments on commit c2b87c9

Please sign in to comment.