diff --git a/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php index d406964..4cb9ea3 100644 --- a/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/ConfigInstallTest.php @@ -15,7 +15,7 @@ class ConfigInstallTest extends DrupalUnitTestBase { public static function getInfo() { return array( - 'name' => 'Installation functionality', + 'name' => 'Installation functionality unit tests', 'description' => 'Tests installation of configuration objects in installation functionality.', 'group' => 'Configuration', ); diff --git a/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php b/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php index 06950f9..19a48f7 100644 --- a/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php +++ b/core/modules/config/lib/Drupal/config/Tests/ConfigInstallWebTest.php @@ -15,7 +15,7 @@ class ConfigInstallWebTest extends WebTestBase { public static function getInfo() { return array( - 'name' => 'Installation functionality', + 'name' => 'Install, disable and uninstall functionality', 'description' => 'Tests installation of configuration objects in installation functionality.', 'group' => 'Configuration', );