Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / drush / drush / tests / resources / devel.post_update.php
diff --git a/vendor/drush/drush/tests/resources/devel.post_update.php b/vendor/drush/drush/tests/resources/devel.post_update.php
new file mode 100644 (file)
index 0000000..480dccc
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+/**
+ * This is a test of the emergency broadcast system.
+ */
+function devel_post_update_null_op(&$sandbox = null)
+{
+    $sandbox['#finished'] = 1;
+    return t('Done doing nothing.');
+}