Version 1
[yaffs-website] / vendor / drush / drush / tests / resources / queue_script-D7.php
1 <?php
2
3 // Create a new feed.
4 aggregator_save_feed(array(
5   'title' => 'test',
6   'url' => 'http://drupal.org/project/issues/rss/drupal?categories=All',
7   'refresh' => 3600,
8   'block' => 5,
9 ));
10
11 // Let cron call DrupalQueue::createItem() for us.
12 aggregator_cron();