More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drush / drush / isolation / phpunit.xml.dist
1 <!-- Copy and rename to phpunit.xml. Customize as needed. -->
2 <phpunit backupGlobals="false"
3     bootstrap="vendor/autoload.php"
4     backupStaticAttributes="false"
5     syntaxCheck="false"
6     colors="true">
7   <testsuites>
8     <testsuite name="Drush Preflight Isolation Unit Tests">
9       <directory suffix="Test.php">tests</directory>
10     </testsuite>
11   </testsuites>
12
13   <php>
14     <includePath>.</includePath>
15   </php>
16 </phpunit>