It is the following personal, working on a huge system, has projects or mini services within a project that we need to test them using Mock, or using PHP database or SQL Lite.
The problem is that for each of these types of tests I have to set different settings in PHPUnit, and I wanted to run these various different test types at once.
That would be possible, if yes could someone give me an example?