You are here

protected property RemoteFileDeleteRecursiveTest::$classname in Drupal 10

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

A fully-qualified stream wrapper class name to register for the test.

Type: string

Overrides FileTestBase::$classname

File

core/tests/Drupal/KernelTests/Core/File/RemoteFileDeleteRecursiveTest.php, line 31

Class

RemoteFileDeleteRecursiveTest
Tests the unmanaged file delete recursive function.

Namespace

Drupal\KernelTests\Core\File

Code

protected $classname = 'Drupal\\file_test\\StreamWrapper\\DummyRemoteStreamWrapper';