summaryrefslogtreecommitdiff
path: root/vendor/zordius/lightncandy/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/zordius/lightncandy/phpunit.xml')
-rw-r--r--vendor/zordius/lightncandy/phpunit.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/vendor/zordius/lightncandy/phpunit.xml b/vendor/zordius/lightncandy/phpunit.xml
new file mode 100644
index 00000000..4e9417f1
--- /dev/null
+++ b/vendor/zordius/lightncandy/phpunit.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<phpunit
+ backupGlobals="false"
+ colors="true"
+ convertNoticesToExceptions="false"
+>
+ <filter>
+ <whitelist>
+ <directory suffix=".php">./src</directory>
+ </whitelist>
+ </filter>
+
+ <logging>
+ <log type="coverage-html" target="build/result/coverage" title="lightncandy" charset="UTF-8" />
+ <log type="coverage-text" target="php://stdout" />
+ </logging>
+
+ <testsuites>
+ <testsuite name="LightnCandy Test Suite">
+ <directory>./tests/</directory>
+ </testsuite>
+ </testsuites>
+</phpunit>