protected property StreamWrapperTest::$classname in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php \Drupal\KernelTests\Core\File\StreamWrapperTest::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/ StreamWrapperTest.php, line 37
Class
- StreamWrapperTest
- Tests stream wrapper functions.
Namespace
Drupal\KernelTests\Core\FileCode
protected $classname = 'Drupal\\file_test\\StreamWrapper\\DummyStreamWrapper';