Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / queue_script-D7.php
diff --git a/vendor/drush/drush/tests/resources/queue_script-D7.php b/vendor/drush/drush/tests/resources/queue_script-D7.php
deleted file mode 100644 (file)
index 66012e5..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-
-// Create a new feed.
-aggregator_save_feed(array(
-  'title' => 'test',
-  'url' => 'http://drupal.org/project/issues/rss/drupal?categories=All',
-  'refresh' => 3600,
-  'block' => 5,
-));
-
-// Let cron call DrupalQueue::createItem() for us.
-aggregator_cron();