Skip to content

Commit ae25f49

Browse files
author
BudaPavel
committed
Update SftpAdapterDefinitionBuilderTest.php
Fix tests
1 parent 23d7f97 commit ae25f49

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Adapter/Builder/SftpAdapterDefinitionBuilderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ public function testOptionsBehavior()
5959
'port' => 22,
6060
'root' => '/path/to/root',
6161
'privateKey' => '/path/to/or/contents/of/privatekey',
62+
'passphrase' => null,
63+
'hostFingerprint' => null,
6264
'timeout' => 30,
6365
'directoryPerm' => 0755,
6466
'permPrivate' => 0700,
@@ -70,6 +72,8 @@ public function testOptionsBehavior()
7072
'port' => 22,
7173
'root' => '/path/to/root',
7274
'privateKey' => '/path/to/or/contents/of/privatekey',
75+
'passphrase' => null,
76+
'hostFingerprint' => null,
7377
'timeout' => 30,
7478
'directoryPerm' => 0755,
7579
'permPrivate' => 0700,

0 commit comments

Comments
 (0)