22b0d4359149b20c4f5fbf55ca541f38ac15fee5
[yaffs-website] / vendor / drush / drush / phpunit.xml.dist
1 <!--
2       This is the phpunit configuration file for the unit tests.
3       For the functional tests configuration, see:
4
5           tests/phpunit.xml.dist
6
7       This configuration usually does not need to be customized.
8       You may copy and rename to phpunit.xml to do so if you wish, though.
9 -->
10 <phpunit backupGlobals="false"
11     bootstrap="vendor/autoload.php"
12     backupStaticAttributes="false"
13     syntaxCheck="false"
14     colors="true">
15   <testsuites>
16     <testsuite name="Drush Preflight Isolation Unit Tests">
17       <directory suffix="Test.php">isolation/tests</directory>
18     </testsuite>
19   </testsuites>
20
21   <php>
22     <includePath>.</includePath>
23   </php>
24 </phpunit>