Added unittest

This commit is contained in:
Henrik Kjölhede 2013-02-09 20:34:21 +01:00
parent 96cfe37587
commit 71d3903cfd

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'
)
);