Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / src / Tests / MetatagJsonOutputTest.php
diff --git a/web/modules/contrib/metatag/src/Tests/MetatagJsonOutputTest.php b/web/modules/contrib/metatag/src/Tests/MetatagJsonOutputTest.php
deleted file mode 100644 (file)
index ad020a5..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-<?php
-// @todo Write this
-
-namespace Drupal\metatag\Tests;
-
-use Drupal\simpletest\WebTestBase;
-
-/**
- * Ensures that meta tag values can be output using JSON.
- *
- * @group metatag
- */
-class MetatagJsonOutputTest extends WebTestBase {
-
-  /**
-   * Modules to enable.
-   *
-   * @var array
-   */
-  public static $modules = [
-    'node',
-    'metatag',
-  ];
-
-  /**
-   * @todo
-   */
-  public function testJson() {
-  }
-
-}