You are here

protected property RemoteFileScanDirectoryTest::$scheme in Drupal 10

Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileScanDirectoryTest::scheme
  2. 9 core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileScanDirectoryTest::scheme

A stream wrapper scheme to register for the test.

Type: string

Overrides FileTestBase::$scheme

File

core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php, line 25

Class

RemoteFileScanDirectoryTest
Tests \Drupal\Core\File\FileSystemInterface::scanDirectory().

Namespace

Drupal\KernelTests\Core\File

Code

protected $scheme = 'dummy-remote';