# depicter/trunk/vendor/netresearch/jsonmapper/phpunit.xml

Depicter — Popup &amp; Slider Builder, version trunk. 23 lines.

- Page: https://pluginprobe.com/plugins/depicter/trunk/code/vendor/netresearch/jsonmapper/phpunit.xml
- Raw: https://pluginprobe.com/plugins/depicter/trunk/raw/vendor/netresearch/jsonmapper/phpunit.xml
- Modified: 2024-11-30T08:45:38+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/trunk/code/vendor/netresearch/jsonmapper/phpunit.xml#L10-L20`.

```xml
<?xml version="1.0"?>
<phpunit
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
    backupGlobals="false"
    bootstrap="tests/bootstrap.php"
    colors="true"
    beStrictAboutChangesToGlobalState="true"
    beStrictAboutOutputDuringTests="true"
    beStrictAboutTestsThatDoNotTestAnything="true"
>
  <testsuites>
    <testsuite name="all">
      <directory>tests</directory>
    </testsuite>
  </testsuites>
  <source>
    <include>
      <directory suffix=".php">src/</directory>
    </include>
  </source>
</phpunit>

```
