Added unittest
This commit is contained in:
parent
96cfe37587
commit
71d3903cfd
1 changed files with 7 additions and 0 deletions
|
@ -51,5 +51,12 @@ return array(
|
||||||
'app_secret' => '',
|
'app_secret' => '',
|
||||||
'token' => '',
|
'token' => '',
|
||||||
'token_secret' => ''
|
'token_secret' => ''
|
||||||
|
),
|
||||||
|
'sftp' => array (
|
||||||
|
'run'=>false,
|
||||||
|
'host'=>'localhost',
|
||||||
|
'user'=>'test',
|
||||||
|
'password'=>'test',
|
||||||
|
'root'=>'/test'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue