Running PHP Zend Test in Eclipse
Posted
by Carlos Eiroa
on Stack Overflow
See other posts from Stack Overflow
or by Carlos Eiroa
Published on 2009-07-02T16:47:43Z
Indexed on
2010/04/30
11:27 UTC
Read the original article
Hit count: 320
Is it possible to run PHP Zend test cases (those that extend Zend_Test_PHPUnit_ControllerTestCase, etc.) through Eclipse PDT?
I would like to be able to run them in a similar fashion as you run JUnit tests in Eclipse, by right-clicking the test file and selecting "Run as a JUnit test case."
I'd love to see the green or red bar instead of having to go to the command line :).
Thanks in advance.
© Stack Overflow or respective owner