diff --git a/core/modules/filter/tests/filter_test/filter_test.module b/core/modules/filter/tests/filter_test/filter_test.module
index e3983b4..341f143 100644
--- a/core/modules/filter/tests/filter_test/filter_test.module
+++ b/core/modules/filter/tests/filter_test/filter_test.module
@@ -6,21 +6,21 @@
  */
 
 /**
- * Implements hook_filter_format_insert().
+ * Implements hook_ENTITY_TYPE_insert().
  */
 function filter_test_filter_format_insert($format) {
   drupal_set_message('hook_filter_format_insert invoked.');
 }
 
 /**
- * Implements hook_filter_format_update().
+ * Implements hook_ENTITY_TYPE_update().
  */
 function filter_test_filter_format_update($format) {
   drupal_set_message('hook_filter_format_update invoked.');
 }
 
 /**
- * Implements hook_filter_format_disable().
+ * Implements hook_disable().
  */
 function filter_test_filter_format_disable($format) {
   drupal_set_message('hook_filter_format_disable invoked.');
