Category: Testing
Xdebug with Docker
Let’s learn how to configure Xdebug on Docker and use this extension to listen for debug connections in PhpStorm or Visual Studio Code. What is Xdebug? Xdebug is a PHP extension that provides a range of features such as: and it is an amazing tool for us PHP Developers. We should all use it but…
The true purpose of testing
A very nice article about testing and how we should focus more on testing the intention of our code and not the implementation.