Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
16
vendor/grasmash/expander/phpunit.xml.dist
vendored
Normal file
16
vendor/grasmash/expander/phpunit.xml.dist
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!-- 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>
|
||||
Reference in a new issue