Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / phpunit.xml.dist
index e9869d14bb4bf9f89b335611416b8646a159662a..3f8dd96bfa4f50d9e91c8a3125a7f7be4f7f2f12 100644 (file)
@@ -2,7 +2,6 @@
 <phpunit backupGlobals="false"
     backupStaticAttributes="false"
     syntaxCheck="false"
-    bootstrap="bootstrap.inc"
     colors="true">
   <testsuites>
     <testsuite name="Drush Test Suite">
   <php>
     <!-- These variables may alternatively be set as environment variables. -->
 
-    <!-- Drupal major version to run tests over -->
-    <!-- <var name="UNISH_DRUPAL_MAJOR_VERSION" value="8"/> -->
-
     <!--Uncomment and edit one of the lines below depending on DB platform.-->
     <!--DB User must have create/drop permissions-->
     <!-- <var name="UNISH_DB_URL" value="mysql://root:@127.0.0.1"/> -->
     <!-- <var name="UNISH_DB_URL" value="pgsql://postgres:@localhost"/>-->
     <!-- <var name="UNISH_DB_URL" value="sqlite://none/of/this/matters"/> -->
 
-    <!--User must have write permissions to this directory.-->
-    <!--If not supplied, defaults to sys_get_temp_dir().-->
-    <!-- <var name="UNISH_TMP" value="/tmp"/> -->
-
-    <!--Uncomment the line below if your path to drush differs from `which drush`. Use absolute path.-->
-    <!--<var name="UNISH_DRUSH" value="/Users/mw/bin/drush"/>-->
-
-    <!--Uncomment to provide a group the user running the tests belong to. This is needed for some filesystem tests. -->
-    <!--<var name="UNISH_USERGROUP" value="staff"/>-->
-
     <!-- Uncomment to disable the total runtime and output timeouts for commands run through CommandUnishTestCase::execute().  -->
     <!-- <env name="UNISH_NO_TIMEOUTS" value="y"/> -->