Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / testDispatchUsingAlias_script.php
diff --git a/vendor/drush/drush/tests/resources/testDispatchUsingAlias_script.php b/vendor/drush/drush/tests/resources/testDispatchUsingAlias_script.php
deleted file mode 100644 (file)
index 94d648a..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-
-$valuesUsingAlias = drush_invoke_process("@unish.dev", "unit-return-argv", [], [], ["dispatch-using-alias" => true]);
-$valuesWithoutAlias = drush_invoke_process("@unish.dev", "unit-return-argv", [], [], []);
-return ['with' => $valuesUsingAlias['object'], 'without' => $valuesWithoutAlias['object']];