Version 1
[yaffs-website] / web / modules / contrib / simple_sitemap / tests / src / Unit / SimplesitemapTest.php
diff --git a/web/modules/contrib/simple_sitemap/tests/src/Unit/SimplesitemapTest.php b/web/modules/contrib/simple_sitemap/tests/src/Unit/SimplesitemapTest.php
new file mode 100644 (file)
index 0000000..b7c5201
--- /dev/null
@@ -0,0 +1,26 @@
+<?php
+
+namespace Drupal\Tests\simple_sitemap\Unit;
+
+/**
+ * Tests Simple XML sitemap units.
+ *
+ * @coversDefaultClass \Drupal\simple_sitemap\Simplesitemap
+ * @group simple_sitemap
+ */
+class SimplesitemapTest extends SimplesitemapTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  public function setUp() {
+    parent::setUp();
+  }
+
+  /**
+   * Test getting a setting.
+   */
+  public function testGetSetting() {
+  }
+
+}