diff --git a/core/modules/system/src/Tests/Extension/UpdaterTest.php b/core/modules/system/src/Tests/Extension/UpdaterTest.php index c7c6e85..a76d923 100644 --- a/core/modules/system/src/Tests/Extension/UpdaterTest.php +++ b/core/modules/system/src/Tests/Extension/UpdaterTest.php @@ -19,7 +19,7 @@ * * @group Extension */ -class InfoParserUnitTest extends KernelTestBase { +class UpdaterTest extends KernelTestBase { /** * Tests project and child project showing correct title. diff --git a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php index 91c94de..71948e1 100644 --- a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @@ -8,7 +8,6 @@ namespace Drupal\Tests\Core\Extension; use Drupal\Core\Extension\InfoParser; -use Drupal\Core\Extension\InfoParserException; use Drupal\Tests\UnitTestCase; use org\bovigo\vfs\vfsStream;