Loading core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php +20 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,26 @@ * Mock FileTransfer object for test case. */ class TestFileTransfer extends FileTransfer { protected $host = NULL; protected $username = NULL; protected $password = NULL; protected $port = NULL; /** * {@inheritdoc} */ protected $host = ''; /** * {@inheritdoc} */ protected $username = ''; /** * {@inheritdoc} */ protected $password = ''; /** * {@inheritdoc} */ protected $port = 0; /** * This is for testing the CopyRecursive logic. Loading Loading
core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php +20 −4 Original line number Diff line number Diff line Loading @@ -8,10 +8,26 @@ * Mock FileTransfer object for test case. */ class TestFileTransfer extends FileTransfer { protected $host = NULL; protected $username = NULL; protected $password = NULL; protected $port = NULL; /** * {@inheritdoc} */ protected $host = ''; /** * {@inheritdoc} */ protected $username = ''; /** * {@inheritdoc} */ protected $password = ''; /** * {@inheritdoc} */ protected $port = 0; /** * This is for testing the CopyRecursive logic. Loading