Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/vendor/onelogin/php-saml/phpunit.xml')
-rw-r--r--3rdparty/vendor/onelogin/php-saml/phpunit.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/3rdparty/vendor/onelogin/php-saml/phpunit.xml b/3rdparty/vendor/onelogin/php-saml/phpunit.xml
new file mode 100644
index 00000000..3629f274
--- /dev/null
+++ b/3rdparty/vendor/onelogin/php-saml/phpunit.xml
@@ -0,0 +1,18 @@
+<phpunit bootstrap="./tests/bootstrap.php" colors="true">
+ <testsuites>
+ <testsuite name="OneLogin PHP-SAML Test Suite">
+ <directory>./tests/src</directory>
+ </testsuite>
+ </testsuites>
+ <filter>
+ <whitelist processUncoveredFilesFromWhitelist="true">
+ <directory>./src</directory>
+ </whitelist>
+ </filter>
+ <logging>
+ <log type="coverage-html" target="./tests/build/coverage" lowUpperBound="35" highLowerBound="70"/>
+ <log type="coverage-xml" target="./tests/build/logfile.xml"/>
+ <log type="coverage-clover" target="./tests/build/logs/clover.xml"/>
+ <log type="coverage-php" target="./tests/build/logs/coverage.cov"/>
+ </logging>
+</phpunit>