Tips to Speed up Your PHPunit Tests
I came across this collection of “Tips to Speed up Your PHPunit Tests“. Apart from the few usual ones, like disabling XDebug and using groups, I found a couple that linked to handy tools: ParaTest – a PHPUnit extension that runs PHPUnit tests in parallel, significantly minimizing the test run time, and PHPUnit Report – … Continue reading Tips to Speed up Your PHPunit Tests