drupal/core/vendor/sebastian/diff/phpunit.xml.dist

24 lines
641 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="src/autoload.php">
<testsuites>
<testsuite name="Diff">
<directory>./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory>./src</directory>
<exclude>
<file>./src/autoload.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>