Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / file / src / Tests / RemoteFileSaveUploadTest.php
diff --git a/web/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php b/web/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php
deleted file mode 100644 (file)
index d468ed3..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-
-namespace Drupal\file\Tests;
-
-/**
- * Tests the file uploading functions.
- *
- * @group file
- */
-class RemoteFileSaveUploadTest extends SaveUploadTest {
-
-  /**
-   * Modules to enable.
-   *
-   * @var array
-   */
-  public static $modules = ['file_test'];
-
-  protected function setUp() {
-    parent::setUp();
-    $this->config('system.file')->set('default_scheme', 'dummy-remote')->save();
-  }
-
-}