We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d7f97 commit ae25f49Copy full SHA for ae25f49
1 file changed
tests/Adapter/Builder/SftpAdapterDefinitionBuilderTest.php
@@ -59,6 +59,8 @@ public function testOptionsBehavior()
59
'port' => 22,
60
'root' => '/path/to/root',
61
'privateKey' => '/path/to/or/contents/of/privatekey',
62
+ 'passphrase' => null,
63
+ 'hostFingerprint' => null,
64
'timeout' => 30,
65
'directoryPerm' => 0755,
66
'permPrivate' => 0700,
@@ -70,6 +72,8 @@ public function testOptionsBehavior()
70
72
71
73
74
75
76
77
78
79
0 commit comments