This repository contains a minimal example to reproduce an issue where PHPUnit does not print the message for the fatal error it encounters.
Here the issue is that Child extends Ancestor, but omits the void return
type on its __invoke() method, which is a fatal error in PHP.
Instead of printing the fatal error message, PHPUnit just prints:
Fatal error: Premature end of PHP process when running ReproducerTest::testExample.