Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / hal / tests / src / Functional / EntityResource / Message / MessageHalJsonCookieTest.php
diff --git a/web/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonCookieTest.php
new file mode 100644 (file)
index 0000000..c6ea4ac
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+namespace Drupal\Tests\hal\Functional\EntityResource\Message;
+
+use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
+
+/**
+ * @group hal
+ */
+class MessageHalJsonCookieTest extends MessageHalJsonAnonTest {
+
+  use CookieResourceTestTrait;
+
+  /**
+   * {@inheritdoc}
+   */
+  protected static $auth = 'cookie';
+
+}