function FileTransferTest::setUp
Overrides BrowserTestBase::setUp
File
- 
              core/modules/ system/ tests/ src/ Functional/ FileTransfer/ FileTransferTest.php, line 33 
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, [
    'hostname' => $this->hostname,
    'username' => $this->username,
    'password' => $this->password,
    'port' => $this->port,
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
