Legacy
How I divided a PhpUnit test suite execution by 5
During my last mission, I optimized a Symfony legacy application's test suite, reducing execution time from over 20 minutes to just 4 minutes. This was achieved through parallelization using Paratest and solving the slow database setup issue
read article