function RemoteFileUnmanagedCopyTest::setUp

Same name in other branches
  1. 7.x modules/simpletest/tests/file.test \RemoteFileUnmanagedCopyTest::setUp()
  2. 9 core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php \Drupal\KernelTests\Core\File\RemoteFileUnmanagedCopyTest::setUp()
  3. 8.9.x core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php \Drupal\KernelTests\Core\File\RemoteFileUnmanagedCopyTest::setUp()
  4. 11.x core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php \Drupal\KernelTests\Core\File\RemoteFileUnmanagedCopyTest::setUp()

Overrides FileTestBase::setUp

File

core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php, line 36

Class

RemoteFileUnmanagedCopyTest
Tests the unmanaged file copy function.

Namespace

Drupal\KernelTests\Core\File

Code

protected function setUp() : void {
    parent::setUp();
    $this->config('system.file')
        ->set('default_scheme', 'dummy-remote')
        ->save();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.