Updated Drupal to 8.6. This goes with the following updates because it's possible...
[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
deleted file mode 100644 (file)
index 480dccc..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?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.');
-}