diff --git a/core/modules/system/src/Tests/Extension/InfoParserUnitTest.php b/core/modules/system/src/Tests/Extension/InfoParserTest.php similarity index 96% rename from core/modules/system/src/Tests/Extension/InfoParserUnitTest.php rename to core/modules/system/src/Tests/Extension/InfoParserTest.php index ae52201..1c2a2bb 100644 --- a/core/modules/system/src/Tests/Extension/InfoParserUnitTest.php +++ b/core/modules/system/src/Tests/Extension/InfoParserTest.php @@ -2,7 +2,7 @@ /** * @file - * Contains \Drupal\system\Tests\Extension\InfoParserUnitTest. + * Contains \Drupal\system\Tests\Extension\InfoParserTest. */ namespace Drupal\system\Tests\Extension; @@ -21,7 +21,7 @@ * * @group Extension */ -class InfoParserUnitTest extends KernelTestBase { +class InfoParserTest extends KernelTestBase { /** * The InfoParser object.