Updated to Drupal 8.5. Core Media not yet in use.
[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
deleted file mode 100644 (file)
index b7c5201..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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() {
-  }
-
-}