summaryrefslogtreecommitdiff
path: root/vendor/opentracing/opentracing/phpunit.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/opentracing/opentracing/phpunit.xml')
-rw-r--r--vendor/opentracing/opentracing/phpunit.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/vendor/opentracing/opentracing/phpunit.xml b/vendor/opentracing/opentracing/phpunit.xml
deleted file mode 100644
index 2083a425c..000000000
--- a/vendor/opentracing/opentracing/phpunit.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0"?>
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
- backupGlobals="true"
- backupStaticAttributes="false"
- bootstrap="./vendor/autoload.php"
- colors="false"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
- forceCoversAnnotation="false"
- processIsolation="false"
- stopOnError="false"
- stopOnFailure="false"
- stopOnIncomplete="false"
- stopOnSkipped="false"
- stopOnRisky="false"
- timeoutForSmallTests="1"
- timeoutForMediumTests="10"
- timeoutForLargeTests="60"
- verbose="false">
- <testsuites>
- <testsuite name="suite">
- <directory>tests</directory>
- </testsuite>
- </testsuites>
-</phpunit>