Debug Unit Tests using the PhpStorm built-in test runner
Reading Time: < 1 minute PhpStorm comes with a handy phpunit test runner, which lets you execute your tests with just one click. Even better: if a test fails, you can just run that test also with just one click. Read More …