Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.humitest.fr
/
htdocs
/
vendor
/
symfony
/
webpack-encore-bundle
/
/srv/data/web/vhosts/www.humitest.fr/htdocs/vendor/symfony/webpack-encore-bundle/phpunit.xml.dist
<?xml version="1.0" encoding="UTF-8"?> <!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html --> <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/6.3/phpunit.xsd" backupGlobals="false" bootstrap="vendor/autoload.php" colors="true" > <testsuites> <testsuite name="Project Test Suite"> <directory>tests</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>.</directory> <exclude> <directory>tests</directory> <directory>vendor</directory> </exclude> </whitelist> </filter> </phpunit>