You are here

protected property RemoteFileUnmanagedCopyTest::$classname 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::classname

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

Type: string

Overrides FileTestBase::$classname

File

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

Class

RemoteFileUnmanagedCopyTest
Tests the unmanaged file copy function.

Namespace

Drupal\system\Tests\File

Code

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