Issue #3119847 by jungle, dww: Fix typos in InfoParserUnitTest and UpdaterTest doc comments

merge-requests/2419/head
Alex Pott 2020-03-15 21:37:29 +00:00
parent d7f58c36ff
commit 1af1f11738
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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