diff --git a/core/modules/action/tests/src/Functional/GenericTest.php b/core/modules/action/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..c67627892ddd133ff29874dec3fc26e6ffe4f01c
--- /dev/null
+++ b/core/modules/action/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\action\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for action.
+ *
+ * @group action
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/announcements_feed/tests/src/Functional/GenericTest.php b/core/modules/announcements_feed/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..63fa620029723007bfd1c43d6220c51f553538e6
--- /dev/null
+++ b/core/modules/announcements_feed/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\announcements_feed\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for announcements_feed.
+ *
+ * @group announcements_feed
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/automated_cron/tests/src/Functional/GenericTest.php b/core/modules/automated_cron/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..8e8edc0fc5e2a8f5b21c9bb115a139407bee616f
--- /dev/null
+++ b/core/modules/automated_cron/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\automated_cron\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for automated_cron.
+ *
+ * @group automated_cron
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/ban/tests/src/Functional/GenericTest.php b/core/modules/ban/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..a1ca6003f25dffef155c422774def90083e6c961
--- /dev/null
+++ b/core/modules/ban/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\ban\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for ban.
+ *
+ * @group ban
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/basic_auth/tests/src/Functional/GenericTest.php b/core/modules/basic_auth/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..678d1bed159808c9442ad812f651f614d56d7d0d
--- /dev/null
+++ b/core/modules/basic_auth/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\basic_auth\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for basic_auth.
+ *
+ * @group basic_auth
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/big_pipe/tests/src/Functional/GenericTest.php b/core/modules/big_pipe/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7b5aed9267635a737e46f261ba016f00762db70a
--- /dev/null
+++ b/core/modules/big_pipe/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\big_pipe\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for big_pipe.
+ *
+ * @group big_pipe
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/block/tests/src/Functional/GenericTest.php b/core/modules/block/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f69d0caed3a5fa3fb1271cd54a972d16e33c642e
--- /dev/null
+++ b/core/modules/block/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\block\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for block.
+ *
+ * @group block
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/block_content/tests/src/Functional/GenericTest.php b/core/modules/block_content/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..29c93a1708ea5bd294a9d37e528a53c34256a998
--- /dev/null
+++ b/core/modules/block_content/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\block_content\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for block_content.
+ *
+ * @group block_content
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/book/tests/src/Functional/GenericTest.php b/core/modules/book/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..9d88fcb4a9acfc635dc4cf2d56ae83ac5af5c96f
--- /dev/null
+++ b/core/modules/book/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\book\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for book.
+ *
+ * @group book
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/breakpoint/tests/src/Functional/GenericTest.php b/core/modules/breakpoint/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..355a09d550d5ddaa54f0017515d635e2edb035a3
--- /dev/null
+++ b/core/modules/breakpoint/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\breakpoint\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for breakpoint.
+ *
+ * @group breakpoint
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/ckeditor5/tests/src/Functional/GenericTest.php b/core/modules/ckeditor5/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7e58cd064f3d2e074a308cb6643db505af888def
--- /dev/null
+++ b/core/modules/ckeditor5/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\ckeditor5\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for ckeditor5.
+ *
+ * @group ckeditor5
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/comment/tests/src/Functional/GenericTest.php b/core/modules/comment/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f6dc8a08545d271574db583a53bf2c2f2e452f62
--- /dev/null
+++ b/core/modules/comment/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\comment\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for comment.
+ *
+ * @group comment
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/config/tests/src/Functional/GenericTest.php b/core/modules/config/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..97215c102339ec5032efd90cf028686546ba7f20
--- /dev/null
+++ b/core/modules/config/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\config\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for config.
+ *
+ * @group config
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/config_translation/tests/src/Functional/GenericTest.php b/core/modules/config_translation/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..9fbe71dcbe3b0d92c36365b38de74025891e58be
--- /dev/null
+++ b/core/modules/config_translation/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\config_translation\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for config_translation.
+ *
+ * @group config_translation
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/contact/tests/src/Functional/GenericTest.php b/core/modules/contact/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..4e2be63a5255dbe1bc4c15dffbee7f159a04afc0
--- /dev/null
+++ b/core/modules/contact/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\contact\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for contact.
+ *
+ * @group contact
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/content_moderation/tests/src/Functional/GenericTest.php b/core/modules/content_moderation/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..25cf6df650e6b4176518cc86333af1d2cb36e9ad
--- /dev/null
+++ b/core/modules/content_moderation/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\content_moderation\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for content_moderation.
+ *
+ * @group content_moderation
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/content_translation/tests/src/Functional/GenericTest.php b/core/modules/content_translation/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..25efc14fa1a95a12e0d1bd511e146df941154acd
--- /dev/null
+++ b/core/modules/content_translation/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\content_translation\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for content_translation.
+ *
+ * @group content_translation
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/contextual/tests/src/Functional/GenericTest.php b/core/modules/contextual/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..0387c894d23b0df7292a9f4615d0c4700bb363b1
--- /dev/null
+++ b/core/modules/contextual/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\contextual\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for contextual.
+ *
+ * @group contextual
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/datetime/tests/src/Functional/GenericTest.php b/core/modules/datetime/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..98d85e42f8aa9b4bf10a296f6d8be6ebc5c198cb
--- /dev/null
+++ b/core/modules/datetime/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\datetime\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for datetime.
+ *
+ * @group datetime
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/datetime_range/tests/src/Functional/GenericTest.php b/core/modules/datetime_range/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..0ecab43f5121e26456b5dcafeb4342afc2561246
--- /dev/null
+++ b/core/modules/datetime_range/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\datetime_range\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for datetime_range.
+ *
+ * @group datetime_range
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/dblog/tests/src/Functional/GenericTest.php b/core/modules/dblog/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..4a05f749ed1ad85aa23cb5293ac2baef8ce6280b
--- /dev/null
+++ b/core/modules/dblog/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\dblog\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for dblog.
+ *
+ * @group dblog
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/dynamic_page_cache/tests/src/Functional/GenericTest.php b/core/modules/dynamic_page_cache/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..e965f10d3e590379115b4f72106ab22b048fc205
--- /dev/null
+++ b/core/modules/dynamic_page_cache/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\dynamic_page_cache\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for dynamic_page_cache.
+ *
+ * @group dynamic_page_cache
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/editor/tests/src/Functional/GenericTest.php b/core/modules/editor/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..bdc6a1a3136a9ffdf6097c82495ceb94df93d4fe
--- /dev/null
+++ b/core/modules/editor/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\editor\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for editor.
+ *
+ * @group editor
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/field/tests/src/Functional/GenericTest.php b/core/modules/field/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..2ab3881cc2d85d5c53e0f89751d92701c3029996
--- /dev/null
+++ b/core/modules/field/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\field\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for field.
+ *
+ * @group field
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/field_layout/tests/src/Functional/GenericTest.php b/core/modules/field_layout/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7e1abd414655076c9c9d9c1b0c5cabf5de9dfadc
--- /dev/null
+++ b/core/modules/field_layout/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\field_layout\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for field_layout.
+ *
+ * @group field_layout
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/field_ui/tests/src/Functional/GenericTest.php b/core/modules/field_ui/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..394f61226362328c04f412668f9a98883fd256e0
--- /dev/null
+++ b/core/modules/field_ui/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\field_ui\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for field_ui.
+ *
+ * @group field_ui
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/file/tests/src/Functional/GenericTest.php b/core/modules/file/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..a2e594d4663be99cc6522121d58b4d14fce4fca5
--- /dev/null
+++ b/core/modules/file/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\file\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for file.
+ *
+ * @group file
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/filter/tests/src/Functional/GenericTest.php b/core/modules/filter/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..d8948a0aca69a86605822d1fa986fbe2aad2e2b4
--- /dev/null
+++ b/core/modules/filter/tests/src/Functional/GenericTest.php
@@ -0,0 +1,23 @@
+<?php
+
+namespace Drupal\Tests\filter\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for filter.
+ *
+ * @group filter
+ */
+class GenericTest extends GenericModuleTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function preUninstallSteps(): void {
+    $storage = \Drupal::entityTypeManager()->getStorage('filter_format');
+    $text_formats = $storage->loadMultiple();
+    $storage->delete($text_formats);
+  }
+
+}
diff --git a/core/modules/forum/tests/src/Functional/GenericTest.php b/core/modules/forum/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..999f8f35297b39ea95007750afb070bde633f90b
--- /dev/null
+++ b/core/modules/forum/tests/src/Functional/GenericTest.php
@@ -0,0 +1,23 @@
+<?php
+
+namespace Drupal\Tests\forum\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for forum.
+ *
+ * @group forum
+ */
+class GenericTest extends GenericModuleTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function preUninstallSteps(): void {
+    $storage = \Drupal::entityTypeManager()->getStorage('taxonomy_term');
+    $terms = $storage->loadMultiple();
+    $storage->delete($terms);
+  }
+
+}
diff --git a/core/modules/help/tests/modules/help_page_test/help_page_test.module b/core/modules/help/tests/modules/help_page_test/help_page_test.module
index 49aac7a6b75f95a6e02eedf1bf4a4d5efa8f7a41..079bb8a87992d6c986866eb16b3a4c954b210f52 100644
--- a/core/modules/help/tests/modules/help_page_test/help_page_test.module
+++ b/core/modules/help/tests/modules/help_page_test/help_page_test.module
@@ -15,7 +15,7 @@ function help_page_test_help($route_name, RouteMatchInterface $route_match) {
   switch ($route_name) {
     case 'help.page.help_page_test':
       // Make the help text conform to core standards. See
-      // \Drupal\system\Tests\Module\InstallUninstallTest::assertHelp().
+      // \Drupal\system\Tests\Functional\GenericModuleTestBase::assertHookHelp().
       return t('Read the <a href=":url">online documentation for the Help Page Test module</a>.', [':url' => 'http://www.example.com']);
 
     case 'help_page_test.has_help':
diff --git a/core/modules/help/tests/src/Functional/GenericTest.php b/core/modules/help/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..0458e2e0c2b3dafd27d4d4ab800e22f23faeca46
--- /dev/null
+++ b/core/modules/help/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\help\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for help.
+ *
+ * @group help
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php b/core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
index 417859140fcef41d2a24765261cbad9a32bcbeaa..c1aa0c1d91ad80693735684dc88d8b56b27ce015 100644
--- a/core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
+++ b/core/modules/help_topics/tests/src/Functional/HelpTopicsSyntaxTest.php
@@ -13,13 +13,7 @@
 /**
  * Verifies that all core Help topics can be rendered and comply with standards.
  *
- * @todo This test should eventually be folded into
- * Drupal\Tests\system\Functional\Module\InstallUninstallTest
- * when help_topics becomes stable, so that it will test with only one module
- * at a time installed and not duplicate the effort of installing. See issue
- * https://www.drupal.org/project/drupal/issues/3074040
- *
- * @group help_topics
+ * @group help
  */
 class HelpTopicsSyntaxTest extends BrowserTestBase {
 
diff --git a/core/modules/history/tests/src/Functional/GenericTest.php b/core/modules/history/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..a242d3113fc394c6df7fa0015cf70103a9c76bf9
--- /dev/null
+++ b/core/modules/history/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\history\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for history.
+ *
+ * @group history
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/image/tests/src/Functional/GenericTest.php b/core/modules/image/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..bedf88874e5b10a1aedc6e93fa5cf1fea39d34c6
--- /dev/null
+++ b/core/modules/image/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\image\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for image.
+ *
+ * @group image
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/inline_form_errors/tests/src/Functional/GenericTest.php b/core/modules/inline_form_errors/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..8d6f294ec86b3fe5c68fb62a30855951ae0b5150
--- /dev/null
+++ b/core/modules/inline_form_errors/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\inline_form_errors\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for inline_form_errors.
+ *
+ * @group inline_form_errors
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/jsonapi/tests/src/Functional/GenericTest.php b/core/modules/jsonapi/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..583ebb7b56022ce17aaf8dd7429b2df28e2d78d2
--- /dev/null
+++ b/core/modules/jsonapi/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\jsonapi\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for jsonapi.
+ *
+ * @group jsonapi
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/language/tests/src/Functional/GenericTest.php b/core/modules/language/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f0ee4822ab7d44ab55e9ea92cb58d1c5106c3816
--- /dev/null
+++ b/core/modules/language/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\language\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for language.
+ *
+ * @group language
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/layout_builder/tests/src/Functional/GenericTest.php b/core/modules/layout_builder/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..9fffe5b5d66ee5722c0e2480756cba86ee566d96
--- /dev/null
+++ b/core/modules/layout_builder/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\layout_builder\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for layout_builder.
+ *
+ * @group layout_builder
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/layout_discovery/tests/src/Functional/GenericTest.php b/core/modules/layout_discovery/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..d93515892af6de609a9360e9307966f0f135adb7
--- /dev/null
+++ b/core/modules/layout_discovery/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\layout_discovery\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for layout_discovery.
+ *
+ * @group layout_discovery
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/link/tests/src/Functional/GenericTest.php b/core/modules/link/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..099d55b064c2e8c752e67211181f9e9b80f67c30
--- /dev/null
+++ b/core/modules/link/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\link\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for link.
+ *
+ * @group link
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/locale/tests/src/Functional/GenericTest.php b/core/modules/locale/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..1105d94d8a8bcc9f45b89fbd5d7d609dab6d7d76
--- /dev/null
+++ b/core/modules/locale/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\locale\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for locale.
+ *
+ * @group locale
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/media/tests/src/Functional/GenericTest.php b/core/modules/media/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..afff4719ab0c2ce882f1622286c1f1604c3d194c
--- /dev/null
+++ b/core/modules/media/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\media\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for media.
+ *
+ * @group media
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/media_library/tests/src/Functional/GenericTest.php b/core/modules/media_library/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..e42b2a8be0811dccbd72badae11611939aac0f36
--- /dev/null
+++ b/core/modules/media_library/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\media_library\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for media_library.
+ *
+ * @group media_library
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/menu_link_content/tests/src/Functional/GenericTest.php b/core/modules/menu_link_content/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..6ec3b0d9a7d5af46a3a51942083578c0a31acf31
--- /dev/null
+++ b/core/modules/menu_link_content/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\menu_link_content\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for menu_link_content.
+ *
+ * @group menu_link_content
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/menu_ui/tests/src/Functional/GenericTest.php b/core/modules/menu_ui/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..4961f6b6e23afbc801587ffc4fb6c9e0d77802fb
--- /dev/null
+++ b/core/modules/menu_ui/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\menu_ui\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for menu_ui.
+ *
+ * @group menu_ui
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/migrate/tests/src/Functional/GenericTest.php b/core/modules/migrate/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..0663750c3fda62bf605f6c162f2428bd6f1ce32e
--- /dev/null
+++ b/core/modules/migrate/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\migrate\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for migrate.
+ *
+ * @group migrate
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php b/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..bedb2d9d3d5e541d026dceed937dcb7ada4d7cba
--- /dev/null
+++ b/core/modules/migrate_drupal/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\migrate_drupal\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for migrate_drupal.
+ *
+ * @group migrate_drupal
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php b/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..18f4f4ac85f23df6c4d305ae6056ff9075d2e922
--- /dev/null
+++ b/core/modules/migrate_drupal_ui/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\migrate_drupal_ui\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for migrate_drupal_ui.
+ *
+ * @group migrate_drupal_ui
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/mysql/tests/src/Functional/GenericTest.php b/core/modules/mysql/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..6b086fd5dc9a5c64d5aa80e8804c9236d42be2dc
--- /dev/null
+++ b/core/modules/mysql/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\mysql\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for mysql.
+ *
+ * @group mysql
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/node/tests/src/Functional/GenericTest.php b/core/modules/node/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..100f1d26ee4031bae903163a973e2bf8df9c17ef
--- /dev/null
+++ b/core/modules/node/tests/src/Functional/GenericTest.php
@@ -0,0 +1,23 @@
+<?php
+
+namespace Drupal\Tests\node\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for node.
+ *
+ * @group node
+ */
+class GenericTest extends GenericModuleTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function setUp(): void {
+    // Ensure the generic test base is working as expected.
+    $this->assertSame('node', $this->getModule());
+    parent::setUp();
+  }
+
+}
diff --git a/core/modules/options/tests/src/Functional/GenericTest.php b/core/modules/options/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..61f5954d8a11a2522663b12c4d6c70a4e2000c53
--- /dev/null
+++ b/core/modules/options/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\options\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for options.
+ *
+ * @group options
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/page_cache/tests/src/Functional/GenericTest.php b/core/modules/page_cache/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..20bc76fd0586a12b72bfbe1ca90a67e2189a6058
--- /dev/null
+++ b/core/modules/page_cache/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\page_cache\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for page_cache.
+ *
+ * @group page_cache
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/path/tests/src/Functional/GenericTest.php b/core/modules/path/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..83bdc7a1f472838ebe233403597f26331b9b4c0e
--- /dev/null
+++ b/core/modules/path/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\path\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for path.
+ *
+ * @group path
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/path_alias/tests/src/Functional/GenericTest.php b/core/modules/path_alias/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..39e0a389005a1d597d57c10d07677d5d4d6d4f49
--- /dev/null
+++ b/core/modules/path_alias/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\path_alias\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for path_alias.
+ *
+ * @group path_alias
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/pgsql/tests/src/Functional/GenericTest.php b/core/modules/pgsql/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..eba843d03df2dce12862542c2a5fed823f9bd172
--- /dev/null
+++ b/core/modules/pgsql/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\pgsql\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for pgsql.
+ *
+ * @group pgsql
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/phpass/tests/src/Functional/GenericTest.php b/core/modules/phpass/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7036462f024ca6fe6dd92611641f99e68dce08cb
--- /dev/null
+++ b/core/modules/phpass/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\phpass\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for phpass.
+ *
+ * @group phpass
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/responsive_image/tests/src/Functional/GenericTest.php b/core/modules/responsive_image/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..83385caf8e87ee82391b2554f20fbff491147c3f
--- /dev/null
+++ b/core/modules/responsive_image/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\responsive_image\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for responsive_image.
+ *
+ * @group responsive_image
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/rest/tests/src/Functional/GenericTest.php b/core/modules/rest/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..74eeceb9c24973f6652fd9c5ed892fb4c96643ec
--- /dev/null
+++ b/core/modules/rest/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\rest\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for rest.
+ *
+ * @group rest
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/sdc/tests/src/Functional/GenericTest.php b/core/modules/sdc/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f302913ca0d245f810ab383d12432ed78a165084
--- /dev/null
+++ b/core/modules/sdc/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\sdc\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for sdc.
+ *
+ * @group sdc
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/search/tests/src/Functional/GenericTest.php b/core/modules/search/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..e9dfa22686189867b8ae1690afccd6e5ae9aa224
--- /dev/null
+++ b/core/modules/search/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\search\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for search.
+ *
+ * @group search
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/serialization/tests/src/Functional/GenericTest.php b/core/modules/serialization/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..cc9a29cf00c82c1c4debeaa6ea6c063e489e20c4
--- /dev/null
+++ b/core/modules/serialization/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\serialization\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for serialization.
+ *
+ * @group serialization
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/settings_tray/tests/src/Functional/GenericTest.php b/core/modules/settings_tray/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f46af7c0000c095d269c1b1ecc7c2e553e110d24
--- /dev/null
+++ b/core/modules/settings_tray/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\settings_tray\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for settings_tray.
+ *
+ * @group settings_tray
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/shortcut/tests/src/Functional/GenericTest.php b/core/modules/shortcut/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..399acc621b48909054b3d816d76648605ef2a94e
--- /dev/null
+++ b/core/modules/shortcut/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\shortcut\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for shortcut.
+ *
+ * @group shortcut
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/sqlite/tests/src/Functional/GenericTest.php b/core/modules/sqlite/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..6857183372fe401f80d61d860ac947bf457212fd
--- /dev/null
+++ b/core/modules/sqlite/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\sqlite\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for sqlite.
+ *
+ * @group sqlite
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/statistics/tests/src/Functional/GenericTest.php b/core/modules/statistics/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..281fc907ec8c7f080d956e31f0abaace03ffd13f
--- /dev/null
+++ b/core/modules/statistics/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\statistics\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for statistics.
+ *
+ * @group statistics
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/syslog/tests/src/Functional/GenericTest.php b/core/modules/syslog/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..ab4a970d5dd1b86dfd2a749efe9b90f255c98bf8
--- /dev/null
+++ b/core/modules/syslog/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\syslog\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for syslog.
+ *
+ * @group syslog
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module b/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module
index a2321aaf793a0429e3685525d3747349f5e2ad3f..3b7f5f4b052a5ebd22a2e3684e111a75a0136772 100644
--- a/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module
+++ b/core/modules/system/tests/modules/experimental_module_requirements_test/experimental_module_requirements_test.module
@@ -11,8 +11,7 @@
 function experimental_module_requirements_test_help($route_name) {
   switch ($route_name) {
     case 'help.page.experimental_module_requirements_test':
-      // Make the help text conform to core standards. See
-      // \Drupal\system\Tests\Module\InstallUninstallTest::assertHelp().
+      // Make the help text conform to core standards.
       return t('The Experimental Requirements Test module is not done yet. It may eat your data, but you can read the <a href=":url">online documentation for the Experimental Requirements Test module</a>.', [':url' => 'http://www.example.com']);
   }
 }
diff --git a/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module b/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module
index 1f5072085f586f2f1607fde8dab86742dc75d5ad..937f1f033e69a19fa9ab43fd5c166c409a39f60b 100644
--- a/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module
+++ b/core/modules/system/tests/modules/experimental_module_test/experimental_module_test.module
@@ -14,8 +14,7 @@ function experimental_module_test_help($route_name, RouteMatchInterface $route_m
 
   switch ($route_name) {
     case 'help.page.experimental_module_test':
-      // Make the help text conform to core standards. See
-      // \Drupal\system\Tests\Module\InstallUninstallTest::assertHelp().
+      // Make the help text conform to core standards.
       return t('The Experimental Test module is not done yet. It may eat your data, but you can read the <a href=":url">online documentation for the Experimental Test module</a>.', [':url' => 'http://www.example.com']);
   }
 
diff --git a/core/modules/system/tests/src/Functional/GenericTest.php b/core/modules/system/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..5311043d9f5e858e3c4d9903c6fecf49c3d1df34
--- /dev/null
+++ b/core/modules/system/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\system\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for system.
+ *
+ * @group system
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php b/core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php
new file mode 100644
index 0000000000000000000000000000000000000000..aa3d81e7a4f5707f0200ce9fa2e400ef1e1f4751
--- /dev/null
+++ b/core/modules/system/tests/src/Functional/Module/GenericModuleTestBase.php
@@ -0,0 +1,83 @@
+<?php
+
+namespace Drupal\Tests\system\Functional\Module;
+
+use Drupal\Core\Database\Database;
+use Drupal\Tests\BrowserTestBase;
+
+/**
+ * Runs a series of generic tests for one module.
+ */
+abstract class GenericModuleTestBase extends BrowserTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  protected static $modules = [
+    'help',
+  ];
+
+  /**
+   * {@inheritdoc}
+   */
+  protected $defaultTheme = 'stark';
+
+  /**
+   * Get the module name.
+   *
+   * @return string
+   *   The module to test.
+   */
+  protected function getModule(): string {
+    return explode('\\', get_class($this))[2];
+  }
+
+  /**
+   * Checks some generic things about a module.
+   */
+  public function testModuleGenericIssues(): void {
+    $module = $this->getModule();
+    \Drupal::service('module_installer')->install([$module]);
+    $info = \Drupal::service('extension.list.module')->getExtensionInfo($module);
+    if (!empty($info['required']) && !empty($info['hidden'])) {
+      $this->markTestSkipped('Nothing to assert for hidden, required modules.');
+    }
+    $this->drupalLogin($this->rootUser);
+    $this->assertHookHelp($module);
+
+    if (empty($info['required'])) {
+      $connection = Database::getConnection();
+
+      // When the database driver is provided by a module, then that module
+      // cannot be uninstalled.
+      if ($module !== $connection->getProvider()) {
+        // Check that the module can be uninstalled and then re-installed again.
+        $this->preUnInstallSteps();
+        $this->assertTrue(\Drupal::service('module_installer')->uninstall([$module]), "Failed to uninstall '$module' module");
+        $this->assertTrue(\Drupal::service('module_installer')->install([$module]), "Failed to install '$module' module");
+      }
+    }
+  }
+
+  /**
+   * Verifies hook_help() syntax.
+   *
+   * @param string $module
+   *   The module.
+   */
+  protected function assertHookHelp(string $module): void {
+    $info = \Drupal::service('extension.list.module')->getExtensionInfo($module);
+    if (empty($info['hidden'])) {
+      $this->drupalGet('admin/help/' . $module);
+      $this->assertSession()->statusCodeEquals(200);
+      $this->assertSession()->pageTextContains($info['name'] . ' module');
+      $this->assertSession()->linkExists('online documentation for the ' . $info['name'] . ' module', 0, "Correct online documentation link is in the help page for $module");
+    }
+  }
+
+  /**
+   * Helper to perform any steps required prior to uninstalling a module.
+   */
+  protected function preUnInstallSteps(): void {}
+
+}
diff --git a/core/modules/system/tests/src/Functional/Module/GenericTest.php b/core/modules/system/tests/src/Functional/Module/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..b3457048cd67cef67c8dc325a00f75242e47ef6e
--- /dev/null
+++ b/core/modules/system/tests/src/Functional/Module/GenericTest.php
@@ -0,0 +1,10 @@
+<?php
+
+namespace Drupal\Tests\system\Functional\Module;
+
+/**
+ * Generic test for system module.
+ *
+ * @group system
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php b/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
deleted file mode 100644
index c1182cfca5e0eda3f9fe5ab1d51963b46c5fe7f1..0000000000000000000000000000000000000000
--- a/core/modules/system/tests/src/Functional/Module/InstallUninstallTest.php
+++ /dev/null
@@ -1,433 +0,0 @@
-<?php
-
-namespace Drupal\Tests\system\Functional\Module;
-
-use Drupal\Core\Extension\ExtensionLifecycle;
-use Drupal\Core\Logger\RfcLogLevel;
-use Drupal\workspaces\Entity\Workspace;
-
-/**
- * Install/uninstall core module and confirm table creation/deletion.
- *
- * @group #slow
- * @group Module
- */
-class InstallUninstallTest extends ModuleTestBase {
-
-  /**
-   * {@inheritdoc}
-   */
-  protected $defaultTheme = 'stark';
-
-  /**
-   * {@inheritdoc}
-   */
-  protected static $modules = [
-    'system_test',
-    'dblog',
-    'taxonomy',
-    'update_test_postupdate',
-  ];
-
-  /**
-   * Tests that a fixed set of modules can be installed and uninstalled.
-   */
-  public function testInstallUninstall() {
-    // Set a variable so that the hook implementations in system_test.module
-    // will display messages via
-    // \Drupal\Core\Messenger\MessengerInterface::addStatus().
-    $this->container->get('state')->set('system_test.verbose_module_hooks', TRUE);
-
-    // Install and uninstall module_test to ensure hook_preinstall_module and
-    // hook_preuninstall_module are fired as expected.
-    $this->container->get('module_installer')->install(['module_test']);
-    $this->assertEquals('module_test', $this->container->get('state')->get('system_test_preinstall_module'));
-    $this->container->get('module_installer')->uninstall(['module_test']);
-    $this->assertEquals('module_test', $this->container->get('state')->get('system_test_preuninstall_module'));
-    $this->resetAll();
-
-    $all_modules = $this->container->get('extension.list.module')->getList();
-
-    // Test help on required modules, but do not test uninstalling.
-    $required_modules = array_filter($all_modules, function ($module) {
-      if (!empty($module->info['required']) || $module->status == TRUE) {
-        if ($module->info['package'] != 'Testing' && empty($module->info['hidden'])) {
-          return TRUE;
-        }
-      }
-      return FALSE;
-    });
-
-    $required_modules['help'] = $all_modules['help'];
-
-    // Filter out contrib, hidden, testing, experimental, and deprecated
-    // modules. We also don't need to enable modules that are already enabled.
-    $all_modules = array_filter($all_modules, function ($module) {
-      if (!empty($module->info['hidden'])
-        || !empty($module->info['required'])
-        || $module->status == TRUE
-        || $module->info['package'] === 'Testing'
-        || $module->info[ExtensionLifecycle::LIFECYCLE_IDENTIFIER] === ExtensionLifecycle::DEPRECATED) {
-        return FALSE;
-      }
-      return TRUE;
-    });
-
-    // Install the Help module, and verify it installed successfully.
-    unset($all_modules['help']);
-    $this->assertModuleNotInstalled('help');
-    $edit = [];
-    $edit["modules[help][enable]"] = TRUE;
-    $this->drupalGet('admin/modules');
-    $this->submitForm($edit, 'Install');
-    $this->assertSession()->pageTextContains('has been enabled');
-    $this->assertSession()->pageTextContains('hook_modules_installed fired for help');
-    $this->assertModuleSuccessfullyInstalled('help');
-
-    // Test help for the required modules.
-    foreach ($required_modules as $name => $module) {
-      $this->assertHelp($name, $module->info['name']);
-    }
-
-    // Go through each module in the list and try to install and uninstall
-    // it with its dependencies.
-    foreach ($all_modules as $name => $module) {
-      $was_installed_list = \Drupal::moduleHandler()->getModuleList();
-
-      // Start a list of modules that we expect to be installed this time.
-      $modules_to_install = [$name];
-      foreach (array_keys($module->requires) as $dependency) {
-        if (isset($all_modules[$dependency])) {
-          $modules_to_install[] = $dependency;
-        }
-      }
-
-      // Check that each module is not yet enabled and does not have any
-      // database tables yet.
-      foreach ($modules_to_install as $module_to_install) {
-        $this->assertModuleNotInstalled($module_to_install);
-      }
-
-      // Install the module.
-      $edit = [];
-      $lifecycle = $module->info[ExtensionLifecycle::LIFECYCLE_IDENTIFIER];
-      $edit['modules[' . $name . '][enable]'] = TRUE;
-      $this->drupalGet('admin/modules');
-      $this->submitForm($edit, 'Install');
-
-      // Handle experimental modules, which require a confirmation screen.
-      if ($lifecycle === ExtensionLifecycle::EXPERIMENTAL) {
-        $this->assertSession()->pageTextContains('Are you sure you wish to enable an experimental module?');
-        if (count($modules_to_install) > 1) {
-          // When there are experimental modules, needed dependencies do not
-          // result in the same page title, but there will be expected text
-          // indicating they need to be enabled.
-          $this->assertSession()->pageTextContains('You must enable');
-        }
-        $this->submitForm([], 'Continue');
-      }
-      // Handle deprecated modules, which require a confirmation screen.
-      elseif ($lifecycle === ExtensionLifecycle::DEPRECATED) {
-        $this->assertSession()->pageTextContains('Are you sure you wish to enable a deprecated module?');
-        if (count($modules_to_install) > 1) {
-          // When there are deprecated modules, needed dependencies do not
-          // result in the same page title, but there will be expected text
-          // indicating they need to be enabled.
-          $this->assertSession()->pageTextContains('You must enable');
-        }
-        $this->submitForm([], 'Continue');
-      }
-      // Handle the case where modules were installed along with this one and
-      // where we therefore hit a confirmation screen.
-      elseif (count($modules_to_install) > 1) {
-        // Verify that we are on the correct form and that the expected text
-        // about enabling dependencies appears.
-        $this->assertSession()->pageTextContains('Some required modules must be enabled');
-        $this->assertSession()->pageTextContains('You must enable');
-        $this->submitForm([], 'Continue');
-      }
-
-      // List the module display names to check the confirmation message.
-      $module_names = [];
-      foreach ($modules_to_install as $module_to_install) {
-        $module_names[] = $all_modules[$module_to_install]->info['name'];
-      }
-      if (count($modules_to_install) > 1) {
-        $this->assertSession()->pageTextContains(count($module_names) . ' modules have been enabled: ' . implode(', ', $module_names));
-      }
-      else {
-        $this->assertSession()->pageTextContains('Module ' . $module_names[0] . ' has been enabled.');
-      }
-
-      // Check that hook_modules_installed() was invoked with the expected list
-      // of modules, that each module's database tables now exist, and that
-      // appropriate messages appear in the logs.
-      foreach ($modules_to_install as $module_to_install) {
-        $this->assertSession()->pageTextContains('hook_modules_installed fired for ' . $module_to_install);
-        $this->assertLogMessage('system', "%module module installed.", ['%module' => $module_to_install], RfcLogLevel::INFO);
-        $this->assertInstallModuleUpdates($module_to_install);
-        $this->assertModuleSuccessfullyInstalled($module_to_install);
-      }
-
-      // Verify the help page.
-      $this->assertHelp($name, $module->info['name']);
-
-      // Uninstall the original module, plus everything else that was installed
-      // with it.
-      // @todo Remove in https://www.drupal.org/project/node/3261652
-      if ($name == 'forum') {
-        // Forum has an extra step to be able to uninstall it.
-        $this->preUninstallForum();
-      }
-
-      // Delete all workspaces before uninstall.
-      if ($name == 'workspaces') {
-        $workspaces = Workspace::loadMultiple();
-        \Drupal::entityTypeManager()->getStorage('workspace')->delete($workspaces);
-      }
-
-      $now_installed_list = \Drupal::moduleHandler()->getModuleList();
-      $added_modules = array_diff(array_keys($now_installed_list), array_keys($was_installed_list));
-      while ($added_modules) {
-        $initial_count = count($added_modules);
-        foreach ($added_modules as $to_uninstall) {
-          // See if we can currently uninstall this module (if its dependencies
-          // have been uninstalled), and do so if we can.
-          $this->drupalGet('admin/modules/uninstall');
-          $checkbox = $this->assertSession()->fieldExists("uninstall[$to_uninstall]");
-          if (!$checkbox->hasAttribute('disabled')) {
-            // This one is eligible for being uninstalled.
-            $package = $all_modules[$to_uninstall]->info['package'];
-            $this->assertSuccessfulUninstall($to_uninstall, $package);
-            $added_modules = array_diff($added_modules, [$to_uninstall]);
-          }
-        }
-
-        // If we were not able to find a module to uninstall, fail and exit the
-        // loop.
-        $final_count = count($added_modules);
-        if ($initial_count == $final_count) {
-          $this->fail('Remaining modules could not be uninstalled for ' . $name);
-          break;
-        }
-      }
-    }
-
-    // Uninstall the help module and put it back into the list of modules.
-    $all_modules['help'] = $required_modules['help'];
-    $this->assertSuccessfulUninstall('help', $required_modules['help']->info['package']);
-
-    // Now that all modules have been tested, go back and try to enable them
-    // all again at once. This tests two things:
-    // - That each module can be successfully enabled again after being
-    //   uninstalled.
-    // - That enabling more than one module at the same time does not lead to
-    //   any errors.
-    $edit = [];
-    $count_experimental = 0;
-    $count_deprecated = 0;
-    foreach ($all_modules as $name => $module) {
-      $edit['modules[' . $name . '][enable]'] = TRUE;
-      if ($module->info[ExtensionLifecycle::LIFECYCLE_IDENTIFIER] === ExtensionLifecycle::EXPERIMENTAL) {
-        $count_experimental++;
-      }
-      if ($module->info[ExtensionLifecycle::LIFECYCLE_IDENTIFIER] === ExtensionLifecycle::DEPRECATED) {
-        $count_deprecated++;
-      }
-    }
-    $this->drupalGet('admin/modules');
-    $this->submitForm($edit, 'Install');
-
-    // If there are experimental and deprecated modules, click the confirm form.
-    if ($count_experimental > 0 && $count_deprecated > 0) {
-      $this->assertSession()->titleEquals('Are you sure you wish to enable experimental and deprecated modules? | Drupal');
-      $this->submitForm([], 'Continue');
-    }
-    // If there are experimental, and no deprecated modules, click the confirm
-    // form.
-    elseif ($count_experimental > 0) {
-      if ($count_experimental === 1) {
-        $page_title = 'Are you sure you wish to enable an experimental module? | Drupal';
-      }
-      else {
-        $page_title = 'Are you sure you wish to enable experimental modules? | Drupal';
-      }
-      $this->assertSession()->titleEquals($page_title);
-      $this->submitForm([], 'Continue');
-    }
-    // If there are deprecated, and no experimental modules, click the confirm
-    // form.
-    elseif ($count_deprecated > 0) {
-      if ($count_deprecated === 1) {
-        $page_title = 'Are you sure you wish to enable a deprecated module? | Drupal';
-      }
-      else {
-        $page_title = 'Are you sure you wish to enable deprecated modules? | Drupal';
-      }
-      $this->assertSession()->titleEquals($page_title);
-      $this->submitForm([], 'Continue');
-    }
-    $this->assertSession()->pageTextContains(count($all_modules) . ' modules have been enabled: ');
-  }
-
-  /**
-   * Asserts that a module is not yet installed.
-   *
-   * @param string $name
-   *   Name of the module to check.
-   *
-   * @internal
-   */
-  protected function assertModuleNotInstalled(string $name): void {
-    $this->assertModules([$name], FALSE);
-    $this->assertModuleTablesDoNotExist($name);
-  }
-
-  /**
-   * Asserts that a module was successfully installed.
-   *
-   * @param string $name
-   *   Name of the module to check.
-   *
-   * @internal
-   */
-  protected function assertModuleSuccessfullyInstalled(string $name): void {
-    $this->assertModules([$name], TRUE);
-    $this->assertModuleTablesExist($name);
-    $this->assertModuleConfig($name);
-  }
-
-  /**
-   * Uninstalls a module and asserts that it was done correctly.
-   *
-   * @param string $module
-   *   The name of the module to uninstall.
-   * @param string $package
-   *   (optional) The package of the module to uninstall. Defaults
-   *   to 'Core'.
-   *
-   * @internal
-   */
-  protected function assertSuccessfulUninstall(string $module, string $package = 'Core'): void {
-    $edit = [];
-    $edit['uninstall[' . $module . ']'] = TRUE;
-    $this->drupalGet('admin/modules/uninstall');
-    $this->submitForm($edit, 'Uninstall');
-    $this->submitForm([], 'Uninstall');
-    $this->assertSession()->pageTextContains('The selected modules have been uninstalled.');
-    $this->assertModules([$module], FALSE);
-
-    // Check that the appropriate hook was fired and the appropriate log
-    // message appears. (But don't check for the log message if the dblog
-    // module was just uninstalled, since the {watchdog} table won't be there
-    // anymore.)
-    $this->assertSession()->pageTextContains('hook_modules_uninstalled fired for ' . $module);
-    $this->assertLogMessage('system', "%module module uninstalled.", ['%module' => $module], RfcLogLevel::INFO);
-
-    // Check that the module's database tables no longer exist.
-    $this->assertModuleTablesDoNotExist($module);
-    // Check that the module's config files no longer exist.
-    $this->assertNoModuleConfig($module);
-    $this->assertUninstallModuleUpdates($module);
-  }
-
-  /**
-   * Asserts the module post update functions after install.
-   *
-   * @param string $module
-   *   The module that got installed.
-   *
-   * @internal
-   */
-  protected function assertInstallModuleUpdates(string $module): void {
-    /** @var \Drupal\Core\Update\UpdateRegistry $post_update_registry */
-    $post_update_registry = \Drupal::service('update.post_update_registry');
-    $all_update_functions = $post_update_registry->getPendingUpdateFunctions();
-    $empty_result = TRUE;
-    foreach ($all_update_functions as $function) {
-      [$function_module] = explode('_post_update_', $function);
-      if ($module === $function_module) {
-        $empty_result = FALSE;
-        break;
-      }
-    }
-    $this->assertTrue($empty_result, 'Ensures that no pending post update functions are available.');
-
-    $existing_updates = \Drupal::keyValue('post_update')->get('existing_updates', []);
-    switch ($module) {
-      case 'update_test_postupdate':
-        $expected = [
-          'update_test_postupdate_post_update_first',
-          'update_test_postupdate_post_update_second',
-          'update_test_postupdate_post_update_test1',
-          'update_test_postupdate_post_update_test0',
-          'update_test_postupdate_post_update_foo',
-          'update_test_postupdate_post_update_bar',
-          'update_test_postupdate_post_update_baz',
-        ];
-        $this->assertSame($expected, $existing_updates);
-        break;
-    }
-  }
-
-  /**
-   * Asserts the module post update functions after uninstall.
-   *
-   * @param string $module
-   *   The module that got installed.
-   *
-   * @internal
-   */
-  protected function assertUninstallModuleUpdates(string $module): void {
-    /** @var \Drupal\Core\Update\UpdateRegistry $post_update_registry */
-    $post_update_registry = \Drupal::service('update.post_update_registry');
-    $all_update_functions = $post_update_registry->getPendingUpdateFunctions();
-
-    switch ($module) {
-      case 'update_test_postupdate':
-        $this->assertEmpty(array_intersect(['update_test_postupdate_post_update_first'], $all_update_functions), 'Asserts that no pending post update functions are available.');
-
-        $existing_updates = \Drupal::keyValue('post_update')->get('existing_updates', []);
-        $this->assertEmpty(array_intersect(['update_test_postupdate_post_update_first'], $existing_updates), 'Asserts that no post update functions are stored in keyvalue store.');
-        break;
-    }
-  }
-
-  /**
-   * Verifies a module's help.
-   *
-   * Verifies that the module help page from hook_help() exists and can be
-   * displayed, and that it contains the phrase "Foo Bar module", where "Foo
-   * Bar" is the name of the module from the .info.yml file.
-   *
-   * @param string $module
-   *   Machine name of the module to verify.
-   * @param string $name
-   *   Human-readable name of the module to verify.
-   *
-   * @internal
-   */
-  protected function assertHelp(string $module, string $name): void {
-    $this->drupalGet('admin/help/' . $module);
-    $this->assertSession()->statusCodeEquals(200);
-    $this->assertSession()->pageTextContains($name . ' module');
-    $this->assertSession()->linkExists('online documentation for the ' . $name . ' module', 0, "Correct online documentation link is in the help page for $module");
-  }
-
-  /**
-   * Deletes forum taxonomy terms, so Forum can be uninstalled.
-   *
-   * @todo Remove in https://www.drupal.org/project/node/3261652
-   */
-  protected function preUninstallForum() {
-    // There only should be a 'General discussion' term in the 'forums'
-    // vocabulary, but just delete any terms there in case the name changes.
-    $query = \Drupal::entityQuery('taxonomy_term')->accessCheck(FALSE);
-    $query->condition('vid', 'forums');
-    $ids = $query->execute();
-    $storage = \Drupal::entityTypeManager()->getStorage('taxonomy_term');
-    $terms = $storage->loadMultiple($ids);
-    $storage->delete($terms);
-  }
-
-}
diff --git a/core/modules/taxonomy/tests/src/Functional/GenericTest.php b/core/modules/taxonomy/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..8d522ec8bb5b6619a077fc0b53b1607ac8a1734f
--- /dev/null
+++ b/core/modules/taxonomy/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\taxonomy\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for taxonomy.
+ *
+ * @group taxonomy
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/telephone/tests/src/Functional/GenericTest.php b/core/modules/telephone/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..f46b44c8880f5b686b3027afff17fb129940d5c0
--- /dev/null
+++ b/core/modules/telephone/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\telephone\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for telephone.
+ *
+ * @group telephone
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/text/tests/src/Functional/GenericTest.php b/core/modules/text/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..53c7aa05670a1b12e52d677bc00986867ba18a0b
--- /dev/null
+++ b/core/modules/text/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\text\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for text.
+ *
+ * @group text
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/toolbar/tests/src/Functional/GenericTest.php b/core/modules/toolbar/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..e0bdc71d8a2f8a63f048f41ec51d2d29571e0fa8
--- /dev/null
+++ b/core/modules/toolbar/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\toolbar\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for toolbar.
+ *
+ * @group toolbar
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/tour/tests/src/Functional/GenericTest.php b/core/modules/tour/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7ba9dab5035a4da68cdd7eb55a3a8c717a0c63fb
--- /dev/null
+++ b/core/modules/tour/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\tour\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for tour.
+ *
+ * @group tour
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/tracker/tests/src/Functional/GenericTest.php b/core/modules/tracker/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..5305d4664e72e33adba09801cb9cb27aca1e1257
--- /dev/null
+++ b/core/modules/tracker/tests/src/Functional/GenericTest.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace Drupal\Tests\tracker\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for tracker.
+ *
+ * @group tracker
+ * @group legacy
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/update/tests/src/Functional/GenericTest.php b/core/modules/update/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..382db2bf779c19efe0aa5e6b4b4a4eef044fe83e
--- /dev/null
+++ b/core/modules/update/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\update\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for update.
+ *
+ * @group update
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/user/tests/src/Functional/GenericTest.php b/core/modules/user/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..46d76972c495370585ddd03549bfb7eed04d613c
--- /dev/null
+++ b/core/modules/user/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\user\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for user.
+ *
+ * @group user
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/views/tests/src/Functional/GenericTest.php b/core/modules/views/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7a2d8575e930e969a34a173f495a90ceab54e4f5
--- /dev/null
+++ b/core/modules/views/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\views\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for views.
+ *
+ * @group views
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/views_ui/tests/src/Functional/GenericTest.php b/core/modules/views_ui/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..018aec820950e3568cd1186501b35fbf68e07306
--- /dev/null
+++ b/core/modules/views_ui/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\views_ui\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for views_ui.
+ *
+ * @group views_ui
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/workflows/tests/src/Functional/GenericTest.php b/core/modules/workflows/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..4cf60632872fa4589cc272eddb9a191f14a54ad8
--- /dev/null
+++ b/core/modules/workflows/tests/src/Functional/GenericTest.php
@@ -0,0 +1,12 @@
+<?php
+
+namespace Drupal\Tests\workflows\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for workflows.
+ *
+ * @group workflows
+ */
+class GenericTest extends GenericModuleTestBase {}
diff --git a/core/modules/workspaces/tests/src/Functional/GenericTest.php b/core/modules/workspaces/tests/src/Functional/GenericTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..7ca8f7d54f7f212aa3185f1db0b3870b42058fb4
--- /dev/null
+++ b/core/modules/workspaces/tests/src/Functional/GenericTest.php
@@ -0,0 +1,23 @@
+<?php
+
+namespace Drupal\Tests\workspaces\Functional;
+
+use Drupal\Tests\system\Functional\Module\GenericModuleTestBase;
+
+/**
+ * Generic module test for workspaces.
+ *
+ * @group workspaces
+ */
+class GenericTest extends GenericModuleTestBase {
+
+  /**
+   * {@inheritdoc}
+   */
+  protected function preUninstallSteps(): void {
+    $storage = \Drupal::entityTypeManager()->getStorage('workspace');
+    $workspaces = $storage->loadMultiple();
+    $storage->delete($workspaces);
+  }
+
+}
diff --git a/core/tests/Drupal/Tests/Core/Extension/GenericTestExistsTest.php b/core/tests/Drupal/Tests/Core/Extension/GenericTestExistsTest.php
new file mode 100644
index 0000000000000000000000000000000000000000..a879b691f9c1cdc2319d43702119dc2e4bb7cf70
--- /dev/null
+++ b/core/tests/Drupal/Tests/Core/Extension/GenericTestExistsTest.php
@@ -0,0 +1,34 @@
+<?php
+
+namespace Drupal\Tests\Core\Extension;
+
+use Drupal\Tests\UnitTestCase;
+use Drupal\KernelTests\FileSystemModuleDiscoveryDataProviderTrait;
+
+/**
+ * Tests that the Generic module test exists for all modules.
+ *
+ * @group Extension
+ */
+class GenericTestExistsTest extends UnitTestCase {
+
+  use FileSystemModuleDiscoveryDataProviderTrait;
+
+  /**
+   * Lists module that do not require a Generic test.
+   */
+  protected $modulesNoTest = ['help_topics'];
+
+  /**
+   * Tests that the Generic module test exists for all modules.
+   *
+   * @dataProvider coreModuleListDataProvider
+   */
+  public function testGenericTestExists(string $module_name): void {
+    if (in_array($module_name, $this->modulesNoTest, TRUE)) {
+      $this->markTestSkipped();
+    }
+    $this->assertFileExists("{$this->root}/core/modules/{$module_name}/tests/src/Functional/GenericTest.php");
+  }
+
+}