Lesson 5 - PHP Testing - Xdebug and coverage reports
In the previous lesson, PHPUnit DataProvider and BestPractices, we learned how to use the
@dataProvider
annotation, to test protected methods and best
practices. Today, the Xdebug tool is waiting for us, as well as generating Code
Coverage reports, which tell us how large is the part of our application the
tests cover, and even how well our code is written.
Xdebug
If you started programming in some compiled desktop language (Pascal / C / C++ / Delphi) in the past, you certainly miss a debugger in PHP. In the development environment, we usually had an option to place break points into the program. On these lines, the program stopped and returned focus to the IDE. At this time, we could see the contents of the variables, the memory usage, we could step through the program and watch why it doesn't do what we need. After switching to the web, this tool ceases to work because we call PHP via a request through the web browser and the IDE is then a little out of the process. Or isn't?
Xdebug is a PHP extension that sends messages about the program running using a protocol. Smart IDEs can capture these messages and thus allow debugging the program like it was a desktop application:

Xdebug offers for example:
...End of the preview...

Premium article
ict.social is a large database made up of manuals and tutorials, whose main goal is to provide high-quality IT education to everyone. We started out in the Czech republic, where we display roughly a million articles per month and receive plenty of gratitude from our users. Thanks to our successful establishment, we are now bringing these articles to the rest of the world.
Although we are trying to keep our content free of charge, maintaining the site is a huge effort for everyone involved. Therefore, some content (exercises and more advanced material) costs network points. Don't worry, they're really cheap :)
Article description
Requested article covers this content:
We'll learn to debug PHP applications at runtime using Xdebug and configure it in this tutorial. We'll generate test coverage and code quality reports.
Buying this article gives you unlimited access to it forever. You will learn some more and help us keep giving our site maintenance which helps you and others get better futures. It's a win-win.
This article is licensed :Premium III, by buying this article, you agree with the terms of use.
You gain points by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.
You can get points immediately using:
![]() |
![]() |
![]() |
Credit card | SMS | Wire transfer |