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.

run_debug.pngserver_1.pngserver_2.png

Any hints what to do to find the issue?

0
Avatar
Permanently deleted user

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...

0
Avatar
Permanently deleted user

Solved:

the issue was with root path of server (screenshot #2)

0

请先登录再写评论。