Added unittest
This commit is contained in:
parent
96cfe37587
commit
71d3903cfd
|
@ -51,5 +51,12 @@ return array(
|
|||
'app_secret' => '',
|
||||
'token' => '',
|
||||
'token_secret' => ''
|
||||
),
|
||||
'sftp' => array (
|
||||
'run'=>false,
|
||||
'host'=>'localhost',
|
||||
'user'=>'test',
|
||||
'password'=>'test',
|
||||
'root'=>'/test'
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue