function TestFileTransfer::connect
Connects to the server.
Overrides FileTransfer::connect
File
- 
              core/modules/ system/ tests/ src/ Functional/ FileTransfer/ TestFileTransfer.php, line 47 
Class
- TestFileTransfer
- Mock FileTransfer object for test case.
Namespace
Drupal\Tests\system\Functional\FileTransferCode
public function connect() {
  $connection = new MockTestConnection();
  $connection->connectionString = 'test://' . urlencode($this->username) . ':' . urlencode($this->password) . "@{$this->host}:{$this->port}/";
  $this->connection = $connection;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
