PHPUnit Support in PHPEdit

 PHPEdit is a full featured IDE for PHP that includes advanced features such as project management, UTF-8 support, FTP, CVS and Subversion integration, database management, and much more.

Starting with 2.12, PHPEdit includes PHPUnit support with the following features:

  • Indicators about the amount of test per class, file, and project.
  • Fast navigation between code and test.
  • Code Generator (test case class, test method, ...).
  • Execute tests from the IDE.

Learn more about its features in a  screencast.

Download your copy  here.

Screenshots

Code Browser

  • New column displaying test coverage.
  • Contextual menu to jump to unit test and generate skeleton for a new one.

Solution Explorer

  • New column with test coverage.
  • Contextual menu to jump to related unit test.

Test Runner

  • Execute tests from the IDE directly

Attachments