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 / RestResourceConfig / RestResourceConfigXmlBasicAuthTest.php
diff --git a/web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlBasicAuthTest.php b/web/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlBasicAuthTest.php
deleted file mode 100644 (file)
index edbb150..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
-namespace Drupal\Tests\rest\Functional\EntityResource\RestResourceConfig;
-
-use Drupal\Tests\rest\Functional\BasicAuthResourceTestTrait;
-use Drupal\Tests\rest\Functional\EntityResource\XmlEntityNormalizationQuirksTrait;
-
-/**
- * @group rest
- */
-class RestResourceConfigXmlBasicAuthTest extends RestResourceConfigResourceTestBase {
-
-  use BasicAuthResourceTestTrait;
-  use XmlEntityNormalizationQuirksTrait;
-
-  /**
-   * {@inheritdoc}
-   */
-  public static $modules = ['basic_auth'];
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $format = 'xml';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $mimeType = 'text/xml; charset=UTF-8';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $auth = 'basic_auth';
-
-}