summaryrefslogtreecommitdiff
path: root/bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml')
-rw-r--r--bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml b/bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml
new file mode 100644
index 00000000..7255b23d
--- /dev/null
+++ b/bin/wiki/vendor/ralouphie/getallheaders/phpunit.xml
@@ -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> \ No newline at end of file