Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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
deleted file mode 100644 (file)
index c4bf539..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-<!-- 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>