Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / tests / resources / requeue_script.php
diff --git a/vendor/drush/drush/tests/resources/requeue_script.php b/vendor/drush/drush/tests/resources/requeue_script.php
deleted file mode 100644 (file)
index cd785d8..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-/**
- * @file
- * Creates the woot_requeue_exception queue and adds an item to it.
- *
- * @see WootRequeueException
- */
-
-$queue_factory = \Drupal::service('queue');
-$queue = $queue_factory->get('woot_requeue_exception', true);
-$queue->createItem(['foo' => 'bar']);