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 / Term / TermHalJsonCookieTest.php
diff --git a/web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Term/TermHalJsonCookieTest.php
deleted file mode 100644 (file)
index 23ccd20..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-
-namespace Drupal\Tests\hal\Functional\EntityResource\Term;
-
-use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
-
-/**
- * @group hal
- */
-class TermHalJsonCookieTest extends TermHalJsonAnonTest {
-
-  use CookieResourceTestTrait;
-  /**
-   * {@inheritdoc}
-   */
-  protected static $auth = 'cookie';
-
-}