This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/vendor/grasmash/expander/phpunit.xml.dist
2018-11-23 12:29:20 +00:00

16 lines
No EOL
464 B
XML

<!-- phpunit.xml.dist -->
<phpunit>
<testsuites>
<testsuite name="Yaml Expander Test Suite">
<directory>tests/phpunit</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>