Added the project settings

This commit is contained in:
Cédric Belin
2018-11-01 23:52:46 +01:00
parent 422c90e5db
commit b6f46942e2
5 changed files with 90 additions and 1 deletions

18
phpunit.xml Normal file
View File

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<phpunit bootstrap="vendor/autoload.php" cacheResult="false">
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">lib</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="var/coverage.xml"/>
</logging>
<testsuites>
<testsuite name="all">
<directory>test</directory>
</testsuite>
</testsuites>
</phpunit>