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.
Tag: PHPUnit
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.