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

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'server/vendor/nikic/fast-route/phpunit.xml')
-rw-r--r--server/vendor/nikic/fast-route/phpunit.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/server/vendor/nikic/fast-route/phpunit.xml b/server/vendor/nikic/fast-route/phpunit.xml
deleted file mode 100644
index 3c807b6..0000000
--- a/server/vendor/nikic/fast-route/phpunit.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<phpunit backupGlobals="false"
- backupStaticAttributes="false"
- colors="true"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- processIsolation="false"
- syntaxCheck="false"
- bootstrap="test/bootstrap.php"
- >
- <testsuites>
- <testsuite name="FastRoute Tests">
- <directory>./test/</directory>
- </testsuite>
- </testsuites>
-
- <filter>
- <whitelist>
- <directory>./src/</directory>
- </whitelist>
- </filter>
-</phpunit>