Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / system / tests / modules / update_script_test / update_script_test.module
index 986dc31ab3f16cc5ba5e3f879ada344184eba5a1..096f912515964cd4752fb1788cc1642ce9654fcf 100644 (file)
@@ -14,5 +14,5 @@
  * @see UpdateScriptFunctionalTest::testRequirements()
  */
 function update_script_test_cache_flush() {
-  drupal_set_message(t('hook_cache_flush() invoked for update_script_test.module.'));
+  \Drupal::messenger()->addStatus(t('hook_cache_flush() invoked for update_script_test.module.'));
 }