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?
请先登录再写评论。
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
Thanks, you understood me correctly.