Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / rest / tests / src / Functional / EntityResource / Menu / MenuJsonAnonTest.php
diff --git a/web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonAnonTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonAnonTest.php
deleted file mode 100644 (file)
index 9a83ce9..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-namespace Drupal\Tests\rest\Functional\EntityResource\Menu;
-
-use Drupal\Tests\rest\Functional\AnonResourceTestTrait;
-
-/**
- * @group rest
- */
-class MenuJsonAnonTest extends MenuResourceTestBase {
-
-  use AnonResourceTestTrait;
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $format = 'json';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $mimeType = 'application/json';
-
-}