b7c5201d09a6727b4d6261aa6b35dbe62425925b
[yaffs-website] / web / modules / contrib / simple_sitemap / tests / src / Unit / SimplesitemapTest.php
1 <?php
2
3 namespace Drupal\Tests\simple_sitemap\Unit;
4
5 /**
6  * Tests Simple XML sitemap units.
7  *
8  * @coversDefaultClass \Drupal\simple_sitemap\Simplesitemap
9  * @group simple_sitemap
10  */
11 class SimplesitemapTest extends SimplesitemapTestBase {
12
13   /**
14    * {@inheritdoc}
15    */
16   public function setUp() {
17     parent::setUp();
18   }
19
20   /**
21    * Test getting a setting.
22    */
23   public function testGetSetting() {
24   }
25
26 }