diff --git a/core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php b/core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php index 0e03bda592..1860812bab 100644 --- a/core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php +++ b/core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php @@ -8,10 +8,26 @@ * Mock FileTransfer object for test case. */ class TestFileTransfer extends FileTransfer { + + /** + * {@inheritdoc} + */ protected $host = ''; + + /** + * {@inheritdoc} + */ protected $username = ''; + + /** + * {@inheritdoc} + */ protected $password = ''; - protected $port = ''; + + /** + * {@inheritdoc} + */ + protected $port = 0; /** * This is for testing the CopyRecursive logic.