function RemoteFileSaveUploadTest::setUp
Same name in other branches
- 7.x modules/simpletest/tests/file.test \RemoteFileSaveUploadTest::setUp()
- 9 core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php \Drupal\Tests\file\Functional\RemoteFileSaveUploadTest::setUp()
- 8.9.x core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php \Drupal\Tests\file\Functional\RemoteFileSaveUploadTest::setUp()
- 11.x core/modules/file/tests/src/Functional/RemoteFileSaveUploadTest.php \Drupal\Tests\file\Functional\RemoteFileSaveUploadTest::setUp()
Overrides SaveUploadTest::setUp
File
-
core/
modules/ file/ tests/ src/ Functional/ RemoteFileSaveUploadTest.php, line 28
Class
- RemoteFileSaveUploadTest
- Tests the file uploading functions.
Namespace
Drupal\Tests\file\FunctionalCode
protected function setUp() : void {
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.