Yaffs site version 1.1
[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
new file mode 100644 (file)
index 0000000..ad020a5
--- /dev/null
@@ -0,0 +1,31 @@
+<?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() {
+  }
+
+}