From 4ce6de6333def66cc98b6be2e4fa71cc34b0bca1 Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Fri, 17 Sep 2021 14:58:57 +0100 Subject: [PATCH] Issue #3233480 by Lendude, xjm: Fix typo in InstallerExistingConfigSyncDriectoryProfileMismatchTest name --- ...InstallerExistingConfigSyncDirectoryProfileMismatchTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename core/tests/Drupal/FunctionalTests/Installer/{InstallerExistingConfigSyncDriectoryProfileMismatchTest.php => InstallerExistingConfigSyncDirectoryProfileMismatchTest.php} (96%) diff --git a/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php b/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php similarity index 96% rename from core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php rename to core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php index bee5418af3cc..df700dfda26f 100644 --- a/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDriectoryProfileMismatchTest.php +++ b/core/tests/Drupal/FunctionalTests/Installer/InstallerExistingConfigSyncDirectoryProfileMismatchTest.php @@ -7,7 +7,7 @@ * * @group Installer */ -class InstallerExistingConfigSyncDriectoryProfileMismatchTest extends InstallerExistingConfigTestBase { +class InstallerExistingConfigSyncDirectoryProfileMismatchTest extends InstallerExistingConfigTestBase { /** * {@inheritdoc} -- GitLab