Test driven development in PhpStorm with auto-testing enabled
Sat, 10/06/2018 – 14:24
Sat, 10/06/2018 – 14:24
mglaman
When I work, I try to follow the principles of Test-Driven Development. I have found it to aid me in writing cleaner code, identifying odd coupling of components or crazy accidental dependencies between components. It also lets me write my API first by using mocks against interfaces I have defined. PhpStorm’s auto-test functionality speeds up my test-driven development process.