Cannot setup "phpunit on server" - "Failed to retrieve test results from the server..."
I'm in the progress of setting up the remote phpunit, but cannot get how to debug the issue:
Failed to retrieve test results from the server at 'http://192.168.1.110/kohana-bitemporal/tests/_intellij_phpunit_launcher.php'.
I have now.


Any hints what to do to find the issue?
Please sign in to leave a comment.
This is what I see in apache access log:
192.168.1.102 - - [10/Feb/2012:15:54:34 +1300] "GET /kohana-bitemporal/tests/_intellij_phpunit_launcher.php?file=tests&mode=d HTTP/1.1" 404 515 "-" "Jakarta-Commons-VFS"
So obviously phpstorm doesn't upload _intellij_phpunit_launcher.php there.
If I put php.jar/scripts/phpunit-launcher.php with proper name there it works fine...
Solved:
the issue was with root path of server (screenshot #2)