Can I run PHP Zend test cases (those that extend Zend_Test_PHPUnit_ControllerTestCase, etc.) through the Eclipse PDT?
I would like to be able to run them the same way you run JUnit tests in Eclipse, by right-clicking the test file and choosing Run as JUnit Test Case.
I would like to see a green or red bar instead of going to the command line :).
Thanks in advance.
eclipse php unit-testing zend-framework zend-test
Carlos Eiroa
source share