Skip to content

Commit 23d7f97

Browse files
author
BudaPavel
committed
Missing config definition SFTP adapter
Update tests
1 parent 4671473 commit 23d7f97

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Adapter/Builder/SftpAdapterDefinitionBuilderTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ public function provideValidOptions()
3636
'port' => 22,
3737
'root' => '/path/to/root',
3838
'privateKey' => '/path/to/or/contents/of/privatekey',
39+
'passphrase' => null,
40+
'hostFingerprint' => null,
3941
'timeout' => 30,
4042
]];
4143
}

0 commit comments

Comments
 (0)