You are here

protected property RemoteFileDirectoryTest::$scheme in Zircon Profile 8.0

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

A stream wrapper scheme to register for the test.

Type: string

Overrides FileTestBase::$scheme

File

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

Class

RemoteFileDirectoryTest
Tests operations dealing with directories.

Namespace

Drupal\system\Tests\File

Code

protected $scheme = 'dummy-remote';