Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / isolation / phpunit.xml.dist
diff --git a/vendor/drush/drush/isolation/phpunit.xml.dist b/vendor/drush/drush/isolation/phpunit.xml.dist
new file mode 100644 (file)
index 0000000..c4bf539
--- /dev/null
@@ -0,0 +1,16 @@
+<!-- Copy and rename to phpunit.xml. Customize as needed. -->
+<phpunit backupGlobals="false"
+    bootstrap="vendor/autoload.php"
+    backupStaticAttributes="false"
+    syntaxCheck="false"
+    colors="true">
+  <testsuites>
+    <testsuite name="Drush Preflight Isolation Unit Tests">
+      <directory suffix="Test.php">tests</directory>
+    </testsuite>
+  </testsuites>
+
+  <php>
+    <includePath>.</includePath>
+  </php>
+</phpunit>