Pesistent configuration issues switching from different CLI for ssh unit testing
Hello. I'm using PHPStorm 2017.2.3 over Windows7
I have three CLI configurations: one for local xampp, another for remote ssh and a third one for local docker containers.
I have also different configurations for deployment server.
The problem that I'm facing is when I try to use the remote ssh server (actually it's pointing to 192.168.99.100). PHPUnit framework cannot parse commands and when I try to launch a test it's trying to execute commands with the wrong path (using one from another CLI configuration).
I have tried to delete all configurations, reinstall phpstorm... but even without any other configuration the IDE still remember the ghost configuration path!
Basically it's ignoring my configuration and remembering an old deleted one.
What can I do? Any help would be appreciated.
WBR
请先登录再写评论。
How exactly you're running a test? You might want to create a run configuration manually in Run > Edit configurations... & give it a unique name.
After that run it from a "Run/Debug" drop-down menu: