How to have PHPUnit (11) Output Test Results While They Are Running
I'm currently using PHPUnit 11.4.3. In previous versions (9? 8?), it used to output the result of a test as it was run. Now, as it is running, I just get something like: Runtime: PHP 8.2.12 Configuration: testsphpunit.xml ................................................. Then…