This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/jcalderonzumba/gastonjs/unit_tests.xml

26 lines
766 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="./tests/unit/bootstrap.php"
backupGlobals="false"
backupStaticAttributes="false"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="true"
syntaxCheck="false">
<testsuites>
<testsuite>
<directory>tests/unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix="Trait.php">src/</directory>
</exclude>
</whitelist>
</filter>
</phpunit>