protected function RemoteFileDirectoryTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/File/RemoteFileDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileDirectoryTest::setUp()
Overrides DirectoryTest::setUp
File
- core/
tests/ Drupal/ KernelTests/ Core/ File/ RemoteFileDirectoryTest.php, line 33
Class
- RemoteFileDirectoryTest
- Tests operations dealing with directories.
Namespace
Drupal\KernelTests\Core\FileCode
protected function setUp() {
parent::setUp();
$this
->config('system.file')
->set('default_scheme', 'dummy-remote')
->save();
}