Sometimes, when you are debugging a PHPUnit test, you need to display some variable or another information in the console.
Tag: PHPUnit
Executing only some PHPUnit tests
When you are creating new tests with PHPUnit, if you execute all tests, it can take some time to execute. To execute them faster, you can filter the tests you want to execute.
Running the GlotPress tests
GlotPress has some PHPUnit tests. In this post, I will go to explain how to run it in your local machine.