You are here

protected property RemoteFileUnmanagedCopyTest::$scheme in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/system/src/Tests/File/RemoteFileUnmanagedCopyTest.php \Drupal\system\Tests\File\RemoteFileUnmanagedCopyTest::scheme

A stream wrapper scheme to register for the test.

Type: string

Overrides FileTestBase::$scheme

File

core/modules/system/src/Tests/File/RemoteFileUnmanagedCopyTest.php, line 29
Contains \Drupal\system\Tests\File\RemoteFileUnmanagedCopyTest.

Class

RemoteFileUnmanagedCopyTest
Tests the unmanaged file copy function.

Namespace

Drupal\system\Tests\File

Code

protected $scheme = 'dummy-remote';