"PHPUnit on Server" Run/Debug Configuration - does it still exist?
I see it described here but can't find anyway of getting it to show up amongst all the other Run/Debug configurations, in IDEA 10.0.3. PHPUnit is there and happily working.
Please sign in to leave a comment.
Hi Jonty,
I believe it's available since IDEA 10.5.
The document page I referenced above is for for 10.0. I'm a bit confused.
Unfortunately there are no separate help pages for different product versions at the moment. Feel free to file a bug.
Thanks Roman. I won't file a bug--it would be impossible for JetBrains not to realize this already.
Hello Jonty,

PHPUnit on Server run configuration is expected to exist in IDEA 10.0.3:
Please ensure you have PHP plugin enabled (see File | Settings | Plugins).
Regards,
Kirill
I have the PHP plugin enabled (otherwise I wouldn't get PHPUnit showing up).

Strange... This is what I have available to me on 10.0.3:
Ah OK, so you probably have Remote Host Access plugin disabled: http://youtrack.jetbrains.net/issue/IDEA-57465. Our apologies...
That was it. Thanks.