diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-01-09 10:55:03 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-01-09 13:09:38 +0100 |
| commit | 04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa (patch) | |
| tree | 5c691241355c943a3c68ddb06b8cf8c60aa11319 /srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml | |
| parent | 7e0d85db834d6351ed85d01e5126ac31dc510b86 (diff) | |
| download | ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.gz ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.tar.bz2 ft_server-04d6d5ca99ebfd1cebb8ce06618fb3811fc1a8aa.zip | |
phpmyadmin working
Diffstat (limited to 'srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml')
| -rw-r--r-- | srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml b/srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml new file mode 100644 index 0000000..79ac51d --- /dev/null +++ b/srcs/phpmyadmin/vendor/pragmarx/google2fa/phpunit.xml @@ -0,0 +1,33 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<phpunit backupGlobals="false" + backupStaticAttributes="false" + bootstrap="tests/bootstrap.php" + colors="true" + convertErrorsToExceptions="true" + convertNoticesToExceptions="true" + convertWarningsToExceptions="true" + processIsolation="false" + stopOnError="false" + stopOnFailure="false" + verbose="true" +> + <testsuites> + <testsuite name="Laravel Test Suite"> + <directory suffix="Test.php">./tests</directory> + </testsuite> + </testsuites> + + <logging> + <log type="coverage-html" target="coverage/" lowUpperBound="35" highLowerBound="70"/> + <log type="coverage-clover" target="coverage/coverage-clover.xml" lowUpperBound="35" highLowerBound="70"/> + <log type="coverage-text" target="php://stdout" showUncoveredFiles="true"/> + </logging> + + <filter> + <whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="true"> + <directory suffix=".php">./src</directory> + <exclude></exclude> + </whitelist> + </filter> +</phpunit> |
