Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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
deleted file mode 100644 (file)
index c6ea4ac..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?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';
-
-}