Netbeans has unit testing support, in the upcoming 7.1 release they’ve even improved support to include test group features, PDT, AFAIK, doesn’t even have plans for unit testing support? Version 3.0 is available and not so much as a hint about unit testing support. Why? Is there something I’m missing?
Update
I’m not really asking for a list of phpunit/unit-testing plugins for eclispe, a list can be found here.
For your
eclipse-ptibased unit testing needs there is thephpsrc.orgplugin.It supports the whole PHP QA-Stack.
I can’t really tell you why there is no official support for phpunit in eclipse. I would assume it’s because one doesn’t need any plugin as it runs as an
external tool(sample video) but that just shows the console output.Maybe anyone else has more insight into this. @hakre made some insightful comment regarding this on this answer.