Skip to content

Commit f60bed5

Browse files
authored
Fixed broken options test
1 parent 14359cb commit f60bed5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/Adapter/Builder/FtpAdapterDefinitionBuilderTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,11 @@ public function testOptionsBehavior()
7777
'host' => 'ftp.example.com',
7878
'username' => 'username',
7979
'password' => 'password',
80+
'transferMode' => null,
81+
'systemType' => null,
82+
'timestampsOnUnixListingsEnabled' => false,
8083
'ignorePassiveAddress' => true,
84+
'recurseManually' => true,
8185
];
8286

8387
$this->assertSame(FtpAdapter::class, $definition->getClass());

0 commit comments

Comments
 (0)