PHPUnit's whitelist and blacklist seem to be ignored
问题 I am setting up PHPUnit on a project which is structured the following way : - build - src - service # PHP source code files here - tests - php - unit # PHP unit tests here - bootstrap.php # PHP unit tests here - services - MyTest.php - ... - vendor I created the following PHPUnit configuration file, which is located at the root of the project : <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.4/phpunit.xsd" bootstrap=