If phpunit.xml.dist has the bootstrap as test/bootstrap.php, and test/bootstrap.php only contains a require for vendor/autoload.php, then we can eliminate the bootstrap file and set the bootstrap to load the composer autoloader directly.
There are quite a few samples where this is the case.