Added unittest

This commit is contained in:
Henrik Kjölhede 2013-02-09 20:34:21 +01:00
parent 96cfe37587
commit 71d3903cfd
1 changed files with 7 additions and 0 deletions

View File

@ -51,5 +51,12 @@ return array(
'app_secret' => '',
'token' => '',
'token_secret' => ''
),
'sftp' => array (
'run'=>false,
'host'=>'localhost',
'user'=>'test',
'password'=>'test',
'root'=>'/test'
)
);