00
', '
', []
],
['
1234
5678
1
1
a password
username
nice path
path to the future
22
example.com
', '
1280021
', ['proxy' => 1234, 'proxyport' => 5678, 'passive' => 1, 'ssl' => 1, 'password' => 'a password', 'user' => 'username', 'ftppath' => 'nice path', 'localpath' => 'path to the future', 'port' => 22, 'host' => 'example.com']
],
['
value
0
0
', '
value
', []
],
];
}
protected function getEditor()
{
return new FtpPullEditor($this->createTranslatorMock());
}
}