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