function FileTransferTest::setUp
Overrides BrowserTestBase::setUp
File
-
core/
modules/ system/ tests/ src/ Functional/ FileTransfer/ FileTransferTest.php, line 31
Class
- FileTransferTest
- Tests recursive file copy operations with the file transfer jail.
Namespace
Drupal\Tests\system\Functional\FileTransferCode
protected function setUp() : void {
parent::setUp();
$this->testConnection = TestFileTransfer::factory($this->root, []);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.