first commit
This commit is contained in:
17
phpspreadsheet_1.8.1.0/vendor/maennchen/zipstream-php/phpunit.xml.dist
vendored
Executable file
17
phpspreadsheet_1.8.1.0/vendor/maennchen/zipstream-php/phpunit.xml.dist
vendored
Executable file
@ -0,0 +1,17 @@
|
||||
<phpunit bootstrap="test/bootstrap.php">
|
||||
<testsuites>
|
||||
<testsuite name="Application">
|
||||
<directory>test</directory>
|
||||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-clover" target="clover.xml"/>
|
||||
</logging>
|
||||
|
||||
<filter>
|
||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
||||
<directory suffix=".php">src</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
</phpunit>
|
Reference in New Issue
Block a user