Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / phpunit.xml.dist
1 <!-- Copy and rename to phpunit.xml. Customize as needed. -->
2 <phpunit backupGlobals="false"
3     backupStaticAttributes="false"
4     syntaxCheck="false"
5     colors="true">
6   <testsuites>
7     <testsuite name="Drush Test Suite">
8       <directory>.</directory>
9     </testsuite>
10   </testsuites>
11
12   <php>
13     <!-- These variables may alternatively be set as environment variables. -->
14
15     <!--Uncomment and edit one of the lines below depending on DB platform.-->
16     <!--DB User must have create/drop permissions-->
17     <!-- <var name="UNISH_DB_URL" value="mysql://root:@127.0.0.1"/> -->
18     <!-- <var name="UNISH_DB_URL" value="pgsql://postgres:@localhost"/>-->
19     <!-- <var name="UNISH_DB_URL" value="sqlite://none/of/this/matters"/> -->
20
21     <!-- Uncomment to disable the total runtime and output timeouts for commands run through CommandUnishTestCase::execute().  -->
22     <!-- <env name="UNISH_NO_TIMEOUTS" value="y"/> -->
23
24     <includePath>.</includePath>
25   </php>
26 </phpunit>