xref: /plugin/farmer/vendor/splitbrain/php-ico/phpunit.xml (revision c609f1dcc91a56df760d51ba92f6e25b7289002c)
1<?xml version="1.0" encoding="UTF-8"?>
2<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         backupGlobals="true"
4         bootstrap="vendor/autoload.php"
5         colors="true"
6         failOnRisky="true"
7         failOnWarning="true"
8         processIsolation="false"
9         stopOnError="false"
10         stopOnFailure="false"
11         xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
12         >
13  <testsuites>
14    <testsuite name="Test Suite">
15      <directory suffix="Test.php">./tests</directory>
16    </testsuite>
17  </testsuites>
18</phpunit>
19