Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rdf / tests / src / Functional / Rest / RdfMappingJsonAnonTest.php
diff --git a/web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonAnonTest.php b/web/core/modules/rdf/tests/src/Functional/Rest/RdfMappingJsonAnonTest.php
new file mode 100644 (file)
index 0000000..bb53cc7
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+
+namespace Drupal\Tests\rdf\Functional\Rest;
+
+use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
+
+/**
+ * @group rest
+ */
+class RdfMappingJsonAnonTest extends RdfMappingResourceTestBase {
+
+  use AnonResourceTestTrait;
+
+  /**
+   * {@inheritdoc}
+   */
+  protected static $format = 'json';
+
+  /**
+   * {@inheritdoc}
+   */
+  protected static $mimeType = 'application/json';
+
+}