I'm trying to get PHPUnit working, but when I run any tests through VSCode, the "Test results" tab says "The test run did not record any output". However, the output tab clearly shows the tests running as expected. How can I find further information? I don't know where the extension is looking for output or what is expected.
This is on an M1 mac using php and xdebug from homebrew (version 8.3.10) and phpunit version 11.3.6 from composer.