PHPUnit on Server, tests never clean up...
When running PHPUnit on Server (Using the All in File option) with no other options checked on the configuration page, the tests run fine, however they never seem to clean up or finish. Is there something wrong (maybe permissions wise?) The server is a mounted folder on a linux server. I've included an image of what the screen looks like after it is "finished". Or is this just the expected results?
请先登录再写评论。
Hello Kris,

This behaviour controlled via "Remove test directory after run" option. See screenshot:
If the option is disabled phpstorm will remove test launcher only.
Thank you for feedback!
That didn't change anything, except that it deleted not only the jetbrains temporary file, but the PHPUnit_Framework_TestSuite as well.