function FileTransferTest::setUp
Overrides UnitTestCase::setUp
File
-
core/
modules/ system/ tests/ src/ Unit/ FileTransfer/ FileTransferTest.php, line 24
Class
- FileTransferTest
- @group FileTransfer
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.