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