function FileTransferTest::setUp
Overrides UnitTestCase::setUp
File
- 
              core/
modules/ system/ tests/ src/ Unit/ FileTransfer/ FileTransferTest.php, line 30  
Class
- FileTransferTest
 - Tests for the file transfer system.
 
Namespace
Drupal\Tests\system\Unit\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.