function RemoteFileScanDirectoryTest::setUp
Same name in other branches
- 7.x modules/simpletest/tests/file.test \RemoteFileScanDirectoryTest::setUp()
- 9 core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileScanDirectoryTest::setUp()
- 10 core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileScanDirectoryTest::setUp()
- 11.x core/tests/Drupal/KernelTests/Core/File/RemoteFileScanDirectoryTest.php \Drupal\KernelTests\Core\File\RemoteFileScanDirectoryTest::setUp()
Overrides ScanDirectoryTest::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ File/ RemoteFileScanDirectoryTest.php, line 34
Class
Namespace
Drupal\KernelTests\Core\FileCode
protected function setUp() {
parent::setUp();
$this->config('system.file')
->set('default_scheme', 'dummy-remote')
->save();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.