PHPUnit on Server with htaccess protection

Hello! I'm trying to run unit tests on a htaccess protected server. Naturally the tests fail, because the results cannot be retrieved by PhpStorm.
Is it somehow possible to give PhpStorm the necessary username and password to perform the tests?

0
Avatar
Permanently deleted user

Hello Mathias,

Currently PhpStorm does not support HTTP authentication (if I understood you correctly). Please file a feature request at http://youtrack.jetbrains.net/issues/WI#newissue=yes.

Regards,
Kirill

0
Avatar
Permanently deleted user

Thanks, you understood me correctly.

0

请先登录再写评论。