mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-18 17:54:53 +00:00
Initial commit
This commit is contained in:
22
vendor/ralouphie/getallheaders/phpunit.xml
vendored
Normal file
22
vendor/ralouphie/getallheaders/phpunit.xml
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<phpunit
|
||||
bootstrap="vendor/autoload.php"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
strict="true">
|
||||
|
||||
<testsuite>
|
||||
<directory>./tests</directory>
|
||||
</testsuite>
|
||||
|
||||
<filter>
|
||||
<whitelist>
|
||||
<directory suffix=".php">src</directory>
|
||||
</whitelist>
|
||||
</filter>
|
||||
|
||||
<logging>
|
||||
<log type="coverage-clover" target="build/logs/clover.xml"/>
|
||||
</logging>
|
||||
|
||||
</phpunit>
|
||||
Reference in New Issue
Block a user