artisan-aliases icon indicating copy to clipboard operation
artisan-aliases copied to clipboard

$_SERVER['HOME'] is not available on Windows

Open rjsworking opened this issue 7 years ago • 2 comments

Hi. On Windows there's an error in AliasFile.php line 14: Undefined index: HOME.

Possible fix : https://github.com/saucelabs/phpunit-selenium-sauceondemand/pull/6/commits/2808503250ebf454c96b1f28f35e828b29b70db1

Cheers

rjsworking avatar Apr 09 '19 21:04 rjsworking

Thanks for checking that out. Gonna fix that and push it.

caneco avatar Apr 10 '19 21:04 caneco

Thank you. It was pure luck :) . I use linux 99.9999% of the time but had to do some e2e tests on a windows vm and found the issue.

rjsworking avatar Apr 11 '19 10:04 rjsworking