function FileTransferTest::testFileTransferMagicMethods
Same name in other branches
- 10 core/modules/system/tests/src/Unit/FileTransfer/FileTransferTest.php \Drupal\Tests\system\Unit\FileTransfer\FileTransferTest::testFileTransferMagicMethods()
File
-
core/
modules/ system/ tests/ src/ Unit/ FileTransfer/ FileTransferTest.php, line 29
Class
- FileTransferTest
- @group FileTransfer
Namespace
Drupal\Tests\system\Unit\FileTransferCode
public function testFileTransferMagicMethods() : void {
// Test to ensure __get() preserves public access.
$this->assertInstanceOf(MockTestConnection::class, $this->testConnection->connection);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.