PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 8.5.77
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v8.5.77
9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 8.5.4 All 221 releases
wpvr / vendor / posthog / posthog-php / phpunit.xml

phpunit.xml in WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress 8.5.77, at vendor/posthog/posthog-php/phpunit.xml

37 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4 backupGlobals="true"
5 backupStaticAttributes="false"
6 colors="true"
7 convertErrorsToExceptions="true"
8 convertNoticesToExceptions="true"
9 convertWarningsToExceptions="true"
10 forceCoversAnnotation="false"
11 processIsolation="false"
12 stopOnError="false"
13 stopOnFailure="false"
14 stopOnIncomplete="false"
15 stopOnSkipped="false"
16 stopOnRisky="false"
17 timeoutForSmallTests="1"
18 timeoutForMediumTests="10"
19 timeoutForLargeTests="60"
20 verbose="false"
21 >
22 <coverage processUncoveredFiles="true">
23 <include>
24 <directory suffix=".php">./lib</directory>
25 </include>
26 <report>
27 <text outputFile="php://stdout" showUncoveredFiles="true"/>
28 </report>
29 </coverage>
30 <testsuites>
31 <testsuite name="posthog-php">
32 <directory>test</directory>
33 </testsuite>
34 </testsuites>
35 <logging/>
36 </phpunit>
37