PluginProbe
Depicter — Popup & Slider Builder / trunk
Depicter — Popup & Slider Builder vtrunk
4.8.1 trunk 1.0.0 1.1.0 1.1.2 1.1.4 1.1.6 1.1.7 1.1.8 1.1.9 1.2.0 1.3.0 1.3.1 1.3.2 1.3.3 1.3.5 1.3.8 1.5.0 1.5.1 1.5.2 1.5.5 1.6.0 1.6.1 1.6.2 1.7.0 All 76 releases
depicter / vendor / netresearch / jsonmapper / phpunit.xml

phpunit.xml in Depicter — Popup & Slider Builder trunk, at vendor/netresearch/jsonmapper/phpunit.xml

23 lines 609 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?xml version="1.0"?>
2 <phpunit
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
5 backupGlobals="false"
6 bootstrap="tests/bootstrap.php"
7 colors="true"
8 beStrictAboutChangesToGlobalState="true"
9 beStrictAboutOutputDuringTests="true"
10 beStrictAboutTestsThatDoNotTestAnything="true"
11 >
12 <testsuites>
13 <testsuite name="all">
14 <directory>tests</directory>
15 </testsuite>
16 </testsuites>
17 <source>
18 <include>
19 <directory suffix=".php">src/</directory>
20 </include>
21 </source>
22 </phpunit>
23