More updates to stop using dev or alpha or beta versions.
[yaffs-website] / vendor / drush / drush / tests / resources / devel.post_update.php
1 <?php
2
3 /**
4  * This is a test of the emergency broadcast system.
5  */
6 function devel_post_update_null_op(&$sandbox = null)
7 {
8     $sandbox['#finished'] = 1;
9     return t('Done doing nothing.');
10 }