Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / taxonomy / tests / src / Functional / Hal / TermHalJsonCookieTest.php
diff --git a/web/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonCookieTest.php b/web/core/modules/taxonomy/tests/src/Functional/Hal/TermHalJsonCookieTest.php
new file mode 100644 (file)
index 0000000..f949e7a
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\Tests\taxonomy\Functional\Hal;
+
+use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
+
+/**
+ * @group hal
+ */
+class TermHalJsonCookieTest extends TermHalJsonAnonTest {
+
+  use CookieResourceTestTrait;
+  /**
+   * {@inheritdoc}
+   */
+  protected static $auth = 'cookie';
+
+}