IntelliJ IDEA
 
Get IntelliJ IDEA
You are viewing the documentation for an earlier version of IntelliJ IDEA.

Monitor code coverage for PHP applications

Last modified: 10 August 2022

Code Coverage for PHPUnit shows you how much of your code is covered with tests and marks covered and uncovered lines visually right in the editor.

Before you begin, make sure that:

  1. The PHPUnit tool is installed on your machine and enabled in IntelliJ IDEA.

  2. A Xdebug or Zend Debugger debugging engine is configured in the current PHP interpreter.