The unguarded references to PHPUnit\Runner\Version in src/Printer.php mean that this doesn't work with any version of PHPUnit before the namespace refactor. Understandably this is a pretty old version and most people shouldn't be running it, but this as module appears to support it elsewhere this should be fixed by wrapping them in a class_exists check.
The unguarded references to
PHPUnit\Runner\Versioninsrc/Printer.phpmean that this doesn't work with any version of PHPUnit before the namespace refactor. Understandably this is a pretty old version and most people shouldn't be running it, but this as module appears to support it elsewhere this should be fixed by wrapping them in aclass_existscheck.