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 / Tour / TourHalJsonCookieTest.php
diff --git a/web/core/modules/hal/tests/src/Functional/EntityResource/Tour/TourHalJsonCookieTest.php b/web/core/modules/hal/tests/src/Functional/EntityResource/Tour/TourHalJsonCookieTest.php
deleted file mode 100644 (file)
index cf1b447..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-
-namespace Drupal\Tests\hal\Functional\EntityResource\Tour;
-
-use Drupal\Tests\rest\Functional\CookieResourceTestTrait;
-use Drupal\Tests\rest\Functional\EntityResource\Tour\TourResourceTestBase;
-
-/**
- * @group hal
- */
-class TourHalJsonCookieTest extends TourResourceTestBase {
-
-  use CookieResourceTestTrait;
-
-  /**
-   * {@inheritdoc}
-   */
-  public static $modules = ['hal'];
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $format = 'hal_json';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $mimeType = 'application/hal+json';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $auth = 'cookie';
-
-}