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, 27 insertions, 0 deletions
diff --git a/vendor/opentracing/opentracing/phpunit.xml b/vendor/opentracing/opentracing/phpunit.xml
new file mode 100644
index 000000000..2083a425c
--- /dev/null
+++ b/vendor/opentracing/opentracing/phpunit.xml
@@ -0,0 +1,27 @@
+<?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>