rfc6455/phpunit.xml.dist
2021-12-12 12:35:25 -06:00

23 lines
551 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<phpunit
forceCoversAnnotation="true"
bootstrap="tests/bootstrap.php"
colors="true"
backupGlobals="false"
backupStaticAttributes="false"
stopOnError="false"
>
<testsuites>
<testsuite name="tests">
<directory>./tests</directory>
</testsuite>
</testsuites>
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">./src</directory>
</include>
</coverage>
</phpunit>