You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
failOnRisky="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="./bootstrap.php"
>
<php>
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
<env name="COMPOSER_TEST_SUITE" value="1"/>
</php>
<testsuites>
<testsuite name="Full Composer Test Suite">
<directory>./Composer/</directory>
</testsuite>
</testsuites>
<groups>
<exclude>
<group>legacy</group>
</exclude>
</groups>
<coverage>
<include>
<directory>./src/Composer/</directory>
</include>
<exclude>
<file>./src/Composer/Autoload/ClassLoader.php</file>
</exclude>
</coverage>
</phpunit>