From 1af1f1173897b94eaa76a2e63ba9cc33b5bf74f6 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 15 Mar 2020 21:37:29 +0000 Subject: [PATCH] Issue #3119847 by jungle, dww: Fix typos in InfoParserUnitTest and UpdaterTest doc comments --- core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php | 2 +- core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php b/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php index be6029fe673..ea044b62ddd 100644 --- a/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php +++ b/core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php @@ -9,7 +9,7 @@ use Drupal\KernelTests\KernelTestBase; * Tests InfoParser class and exception. * * Files for this test are stored in core/modules/system/tests/fixtures and end - * with .info.txt instead of info.yml in order not not be considered as real + * with .info.txt instead of info.yml in order not to be considered as real * extensions. * * @group Extension diff --git a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php index 49a57484ddf..60b50afa3b1 100644 --- a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @@ -11,7 +11,7 @@ use org\bovigo\vfs\vfsStream; * Tests InfoParser class and exception. * * Files for this test are stored in core/modules/system/tests/fixtures and end - * with .info.txt instead of info.yml in order not not be considered as real + * with .info.txt instead of info.yml in order not to be considered as real * extensions. * * @coversDefaultClass \Drupal\Core\Extension\InfoParser