protected function RemoteFileScanDirectoryTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/system/src/Tests/File/RemoteFileScanDirectoryTest.php \Drupal\system\Tests\File\RemoteFileScanDirectoryTest::setUp()
Performs setup tasks before each individual test method is run.
Overrides ScanDirectoryTest::setUp
File
- core/
modules/ system/ src/ Tests/ File/ RemoteFileScanDirectoryTest.php, line 38 - Contains \Drupal\system\Tests\File\RemoteFileScanDirectoryTest.
Class
- RemoteFileScanDirectoryTest
- Tests the file_scan_directory() function.
Namespace
Drupal\system\Tests\FileCode
protected function setUp() {
parent::setUp();
$this
->config('system.file')
->set('default_scheme', 'dummy-remote')
->save();
}