[[TracNav(TracNav/TOC)]] = PHPUnit Support in PHPEdit = [http://www.waterproof.fr/products/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 [http://www.waterproof.fr/products/PHPEdit/screencast/latest.php screencast]. Download your copy [http://www.waterproof.fr/products/PHPEdit/download.php here]. == Screenshots == === Code Browser === * New column displaying test coverage. * Contextual menu to jump to unit test and generate skeleton for a new one. [[Image(PHPUnit_CodeBrowser.jpg)]] === Solution Explorer === * New column with test coverage. * Contextual menu to jump to related unit test. [[Image(PHPUnit_SolutionExplorer.jpg)]] === Test Runner === * Execute tests from the IDE directly [[Image(phpunit_frontend.jpg)]]