added a TestCase for basic auth
Signed-off-by: Lutz Freitag <lutz@gottliebtfreitag.de>
This commit is contained in:
@@ -26,4 +26,10 @@ return array(
|
||||
'user'=>'test',//valid username/password combination
|
||||
'password'=>'test',
|
||||
),
|
||||
'basic_auth'=>array(
|
||||
'run'=>false,
|
||||
'url'=>'localhost/basic_auth',
|
||||
'user'=>'test',//valid username/password combination
|
||||
'password'=>'test',
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user