From 361a968658fe85da598091725e1de6649bceef08 Mon Sep 17 00:00:00 2001 From: Dave Long <dave@longwaveconsulting.com> Date: Wed, 6 Mar 2024 23:07:09 +0000 Subject: [PATCH] Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore (cherry picked from commit 991ec83120eb160875e6bdba42a01b56a8b73d76) --- core/misc/cspell/dictionary.txt | 32 ------------------- .../src/BigPipePlaceholderTestCases.php | 2 +- .../tests/src/Functional/BlockUiTest.php | 2 +- .../tests/src/Kernel/BlockInterfaceTest.php | 2 ++ .../FunctionalJavascript/MediaLibraryTest.php | 2 ++ .../src/FunctionalJavascript/MediaTest.php | 2 +- .../Tests/ckEditor5CodeSyntaxTest.js | 2 ++ .../Tests/ckEditor5EditorHeightTest.js | 2 ++ .../Functional/FileOnTranslatedEntityTest.php | 2 ++ .../ImageOnTranslatedEntityTest.php | 2 ++ .../tests/src/Functional/SearchPageTest.php | 2 ++ .../tests/src/Unit/JsonApiSpecTest.php | 2 ++ .../tests/src/Functional/LocaleUpdateTest.php | 2 +- .../FieldFormatter/OEmbedFormatterTest.php | 2 ++ .../src/Functional/ResourceFetcherTest.php | 2 ++ .../tests/src/Functional/UrlResolverTest.php | 2 ++ .../MediaSourceOEmbedVideoTest.php | 2 ++ .../MediaStandardProfileTest.php | 2 ++ .../MediaTypeCreationTest.php | 2 ++ .../ContentModerationTest.php | 2 ++ .../FieldUiIntegrationTest.php | 2 ++ .../FunctionalJavascript/WidgetOEmbedTest.php | 2 ++ .../Rest/SearchPageResourceTestBase.php | 5 +++ .../src/Kernel/SearchTextProcessorTest.php | 2 ++ .../Menu/LocalTask/TestTasksSettingsSub1.php | 5 +++ .../src/Functional/Menu/LocalTasksTest.php | 2 ++ .../Kernel/Plugin/RelationshipJoinInTest.php | 2 ++ .../src/Functional/WorkspaceBypassTest.php | 2 ++ .../Config/ConfigEntityValidationTestBase.php | 2 ++ .../Entity/EntityDisplayRepositoryTest.php | 2 ++ .../Drupal/Tests/Core/Common/TagsTest.php | 2 ++ .../Core/Extension/InfoParserUnitTest.php | 2 ++ 32 files changed, 64 insertions(+), 36 deletions(-) diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt index f241f6e303a8..1784c5edb5b4 100644 --- a/core/misc/cspell/dictionary.txt +++ b/core/misc/cspell/dictionary.txt @@ -9,13 +9,11 @@ ahah ajaxing allwords alphadecimal -alternatif ampm anyall applix archiver archivers -arrakis arrowrefresh arrowreturn arrowreturnthick @@ -145,7 +143,6 @@ colspans columnschange comida commenters -complote compositionend compositionstart configentity @@ -169,7 +166,6 @@ curlopt customevent customrequest cweagans -dailymotion datelist daterange datestamp @@ -198,8 +194,6 @@ dflt dialogsave diffchange differring -displaymessage -ditka divs dnumber dockerhub @@ -220,7 +214,6 @@ drupalelementstyleediting drupalelementstyleui drupalhtmlbuilder drupalimage -drupalin drupalism drupalisms drupallink @@ -228,7 +221,6 @@ drupalmedia drupalmediaediting drupalmediatoolbar drupalorg -détruire editables egulias elbonia @@ -253,7 +245,6 @@ exampleurl exitcode expirable extlink -extraday extrasmall extraspace failonerror @@ -312,13 +303,10 @@ groupname groupwise guzzlehttp hande -harkonnen hateoas hexcode hilited -hinode hmac -hoglet hookname hosters hrefs @@ -326,7 +314,6 @@ htmlcorrector httpheader httplug httponly -hustlin hwldf icann iconwrap @@ -352,7 +339,6 @@ itok ized javascripts jessebeach -johansson jqueryui jsonlint jssdk @@ -363,12 +349,9 @@ keyevent keypresses keyvalue kinberg -kitt kolkata kpresenter -kristiaan kspread -kthxbai kword lamoids languageswitcher @@ -523,7 +506,6 @@ pagetop paramconverter parseable parsererror -pastafazoul pathauto pcre pcss @@ -598,7 +580,6 @@ qvalue qvalues qwer qwerqwer -ragdoll ralouphie rasterizable rasterizes @@ -647,10 +628,8 @@ sameorigin samesite savepoints sayre -scarlett schemaapi schemeless -schipulcon scorewords scriptable scrollbars @@ -659,26 +638,21 @@ seld selectbox sess settingstray -shatner shorterthan shortlink silverlight -silvie singlebyte sirbrillig sisko sitename sitewide skiptags -skynet slatkin slevomat -sloopal smacss smalldatetime somecompany sortablejs -sourceediting specialchars spiffiness splitbutton @@ -777,7 +751,6 @@ testsuite testsuites textareas textboxes -texte textfields textformat textwithsummary @@ -789,11 +762,9 @@ theseer theseparator threecol tids -timecurrent timegate timemap timespan -timetime tinyint tinytext titlealert @@ -813,7 +784,6 @@ transferthick translatables trayblock trgm -troopal truecolor twistie twocol @@ -862,7 +832,6 @@ vampirize varchar versionable versionless -verygreatdrupalmodule vfsstream viewports vocabs @@ -894,7 +863,6 @@ yearless yokotsoko yottabyte yottabytes -zartan zettabyte zettabytes zipf's diff --git a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php index 3aa3a7d254c6..8372c88fe6cb 100644 --- a/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php +++ b/core/modules/big_pipe/tests/modules/big_pipe_test/src/BigPipePlaceholderTestCases.php @@ -4,7 +4,7 @@ * @file */ -// cspell:ignore divpiggydiv Vxezb yarhar +// cspell:ignore divpiggydiv yarhar timecurrent timetime namespace Drupal\big_pipe_test; diff --git a/core/modules/block/tests/src/Functional/BlockUiTest.php b/core/modules/block/tests/src/Functional/BlockUiTest.php index 4956abd2c6f6..aa3adda8e841 100644 --- a/core/modules/block/tests/src/Functional/BlockUiTest.php +++ b/core/modules/block/tests/src/Functional/BlockUiTest.php @@ -9,7 +9,7 @@ use Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl; use Drupal\Tests\BrowserTestBase; -// cspell:ignore scriptalertxsssubjectscript +// cspell:ignore displaymessage scriptalertxsssubjectscript /** * Tests that the block configuration UI exists and stores data correctly. diff --git a/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php b/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php index d47ac18cff82..89dcde98efab 100644 --- a/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php +++ b/core/modules/block/tests/src/Kernel/BlockInterfaceTest.php @@ -6,6 +6,8 @@ use Drupal\Core\Form\FormState; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore displaymessage + /** * Tests that the block plugin can work properly without a supporting entity. * diff --git a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php index c3ec75e6d0cc..dc6dc710634e 100644 --- a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php +++ b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaLibraryTest.php @@ -15,6 +15,8 @@ use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait; use Symfony\Component\Validator\ConstraintViolation; +// cspell:ignore arrakis complote détruire harkonnen + /** * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\MediaLibrary * @group ckeditor5 diff --git a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php index ebbf600ed809..c9aca401b65c 100644 --- a/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php +++ b/core/modules/ckeditor5/tests/src/FunctionalJavascript/MediaTest.php @@ -17,7 +17,7 @@ use Drupal\user\RoleInterface; use Symfony\Component\Validator\ConstraintViolation; -// cspell:ignore hurlant layercake tatou +// cspell:ignore alternatif hurlant layercake tatou texte zartan /** * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media diff --git a/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js b/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js index 46d2abe4d076..120419b02e51 100644 --- a/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js +++ b/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5CodeSyntaxTest.js @@ -1,3 +1,5 @@ +// cspell:ignore sourceediting + module.exports = { '@tags': ['core', 'ckeditor5'], before(browser) { diff --git a/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js b/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js index 99495f9ad8c8..07afeaad777e 100644 --- a/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js +++ b/core/modules/ckeditor5/tests/src/Nightwatch/Tests/ckEditor5EditorHeightTest.js @@ -1,3 +1,5 @@ +// cspell:ignore sourceediting + module.exports = { '@tags': ['core', 'ckeditor5'], before(browser) { diff --git a/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php b/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php index 879004a63e31..7b40b5cca10d 100644 --- a/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php +++ b/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php @@ -7,6 +7,8 @@ use Drupal\file\Entity\File; use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait; +// cspell:ignore Scarlett Johansson + /** * Uploads files to translated nodes. * diff --git a/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php b/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php index 931d36e18f1e..195399809298 100644 --- a/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php +++ b/core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php @@ -8,6 +8,8 @@ use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait; use Drupal\Tests\TestFileCreationTrait; +// cspell:ignore Scarlett Johansson + /** * Uploads images to translated nodes. * diff --git a/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php b/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php index 781c27076ffc..cf2ad730e42a 100644 --- a/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php +++ b/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php @@ -7,6 +7,8 @@ use Drupal\Core\Url; use Drupal\search\Entity\SearchPage; +// cspell:ignore hinode + /** * JSON:API integration test for the "SearchPage" config entity type. * diff --git a/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php b/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php index 7e347fdadcc6..96b8a99f2a8c 100644 --- a/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php +++ b/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php @@ -7,6 +7,8 @@ use Drupal\jsonapi\JsonApiSpec; use Drupal\Tests\UnitTestCase; +// cspell:ignore kitt + /** * @coversDefaultClass \Drupal\jsonapi\JsonApiSpec * @group jsonapi diff --git a/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php b/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php index 547dd061c5fc..0a727854037e 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php @@ -7,7 +7,7 @@ use Drupal\Core\Database\Database; use Drupal\Core\Language\LanguageInterface; -// cspell:ignore lundi +// cspell:ignore extraday lundi /** * Tests for updating the interface translations of projects. diff --git a/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php b/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php index bfcefc95b725..eff39026f6a0 100644 --- a/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php +++ b/core/modules/media/tests/src/Functional/FieldFormatter/OEmbedFormatterTest.php @@ -11,6 +11,8 @@ use Drupal\Tests\media\Functional\MediaFunctionalTestBase; use Drupal\Tests\media\Traits\OEmbedTestTrait; +// cspell:ignore Schipulcon + /** * @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter * diff --git a/core/modules/media/tests/src/Functional/ResourceFetcherTest.php b/core/modules/media/tests/src/Functional/ResourceFetcherTest.php index 33f0c2c79ae9..62632e2222f2 100644 --- a/core/modules/media/tests/src/Functional/ResourceFetcherTest.php +++ b/core/modules/media/tests/src/Functional/ResourceFetcherTest.php @@ -7,6 +7,8 @@ use Drupal\media\OEmbed\Resource; use Drupal\Tests\media\Traits\OEmbedTestTrait; +// cspell:ignore dailymotion Schipulcon + /** * Tests the oEmbed resource fetcher service. * diff --git a/core/modules/media/tests/src/Functional/UrlResolverTest.php b/core/modules/media/tests/src/Functional/UrlResolverTest.php index 9f8b7396a050..43ac2f1402a2 100644 --- a/core/modules/media/tests/src/Functional/UrlResolverTest.php +++ b/core/modules/media/tests/src/Functional/UrlResolverTest.php @@ -6,6 +6,8 @@ use Drupal\Tests\media\Traits\OEmbedTestTrait; +// cspell:ignore dailymotion + /** * Tests the oEmbed URL resolver service. * diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php index 38e502d3e9ab..11ba06dd3d9e 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php @@ -14,6 +14,8 @@ use Drupal\user\Entity\Role; use Symfony\Component\DependencyInjection\ContainerInterface; +// cspell:ignore dailymotion Schipulcon + /** * Tests the oembed:video media source. * diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php index 13d196dff387..5fedf7ff3f6a 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaStandardProfileTest.php @@ -12,6 +12,8 @@ use Drupal\node\Entity\Node; use Drupal\Tests\media\Traits\OEmbedTestTrait; +// cspell:ignore Drupalin Hustlin Schipulcon + /** * Basic tests for Media configuration in the standard profile. * diff --git a/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php b/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php index 3d5fbb1c8c28..95aee6253606 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php @@ -6,6 +6,8 @@ use Drupal\Component\Utility\Html; +// cspell:ignore pastafazoul + /** * Tests the media type creation. * diff --git a/core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php b/core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php index b00d7e9790a9..e7bbe116f3da 100644 --- a/core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php +++ b/core/modules/media_library/tests/src/FunctionalJavascript/ContentModerationTest.php @@ -13,6 +13,8 @@ use Drupal\Tests\media\Traits\MediaTypeCreationTrait; use Drupal\Tests\TestFileCreationTrait; +// cspell:ignore hoglet + /** * Tests media library integration with content moderation. * diff --git a/core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php b/core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php index f1f08d1f4542..4f27f165f1b1 100644 --- a/core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php +++ b/core/modules/media_library/tests/src/FunctionalJavascript/FieldUiIntegrationTest.php @@ -4,6 +4,8 @@ namespace Drupal\Tests\media_library\FunctionalJavascript; +// cspell:ignore shatner + /** * Tests field UI integration for media library widget. * diff --git a/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php b/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php index 4081bc2e0805..87d9df666a4b 100644 --- a/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php +++ b/core/modules/media_library/tests/src/FunctionalJavascript/WidgetOEmbedTest.php @@ -8,6 +8,8 @@ use Drupal\media_test_oembed\Controller\ResourceController; use Drupal\Tests\media\Traits\OEmbedTestTrait; +// cspell:ignore Drupalin Hustlin Schipulcon + /** * Tests that oEmbed media can be added in the Media library's widget. * diff --git a/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php b/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php index d1e602b2a9b2..5c76687623b4 100644 --- a/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php +++ b/core/modules/search/tests/src/Functional/Rest/SearchPageResourceTestBase.php @@ -7,6 +7,11 @@ use Drupal\search\Entity\SearchPage; use Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase; +// cspell:ignore hinode + +/** + * Base class for Search page tests. + */ abstract class SearchPageResourceTestBase extends ConfigEntityResourceTestBase { /** diff --git a/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php b/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php index 87df415c451f..5fddbfa759b9 100644 --- a/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php +++ b/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php @@ -5,6 +5,8 @@ use Drupal\KernelTests\KernelTestBase; use Drupal\search\SearchTextProcessorInterface; +// cspell:ignore verygreatdrupalmodule + /** * Test search text preprocessing functionality. * diff --git a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php b/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php index 61ac9705a083..4b979c70bf49 100644 --- a/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php +++ b/core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalTask/TestTasksSettingsSub1.php @@ -6,6 +6,11 @@ use Drupal\Core\StringTranslation\StringTranslationTrait; use Symfony\Component\HttpFoundation\Request; +// cspell:ignore ragdoll + +/** + * Defines a local task plugin with a dynamic title. + */ class TestTasksSettingsSub1 extends LocalTaskDefault { use StringTranslationTrait; diff --git a/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php b/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php index 243c523f4743..62d5048554af 100644 --- a/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php +++ b/core/modules/system/tests/src/Functional/Menu/LocalTasksTest.php @@ -8,6 +8,8 @@ use Drupal\Core\Url; use Drupal\Tests\BrowserTestBase; +// cspell:ignore ragdoll + /** * Tests local tasks derived from router and added/altered via hooks. * diff --git a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php index f6e11a0accf3..3227969c656c 100644 --- a/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php +++ b/core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php @@ -6,6 +6,8 @@ use Drupal\Tests\user\Traits\UserCreationTrait; use Drupal\views\Views; +// cspell:ignore Kristiaan Silvie + /** * Tests the base relationship handler. * diff --git a/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php b/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php index a60ed8600c42..20e36c1a27af 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php @@ -7,6 +7,8 @@ use Drupal\Tests\BrowserTestBase; use Drupal\Tests\node\Traits\ContentTypeCreationTrait; +// cspell:ignore ditka + /** * Tests access bypass permission controls on workspaces. * diff --git a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php index 179daf97b2cd..f90576a9e3ca 100644 --- a/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php +++ b/core/tests/Drupal/KernelTests/Core/Config/ConfigEntityValidationTestBase.php @@ -16,6 +16,8 @@ use Drupal\KernelTests\KernelTestBase; use Drupal\language\Entity\ConfigurableLanguage; +// cspell:ignore kthxbai + /** * Base class for testing validation of config entities. * diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php index efbf3b3fc986..bf52cda2cfc4 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayRepositoryTest.php @@ -7,6 +7,8 @@ use Drupal\Core\Entity\EntityDisplayRepositoryInterface; use Drupal\KernelTests\KernelTestBase; +// cspell:ignore pastafazoul + /** * @coversDefaultClass \Drupal\Core\Entity\EntityDisplayRepository * diff --git a/core/tests/Drupal/Tests/Core/Common/TagsTest.php b/core/tests/Drupal/Tests/Core/Common/TagsTest.php index 57511048acf8..9c97fa5e28c4 100644 --- a/core/tests/Drupal/Tests/Core/Common/TagsTest.php +++ b/core/tests/Drupal/Tests/Core/Common/TagsTest.php @@ -7,6 +7,8 @@ use Drupal\Component\Utility\Tags; use Drupal\Tests\UnitTestCase; +// cspell:ignore sloopal troopal + /** * Tests explosion and implosion of autocomplete tags. * diff --git a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php index 667659018eae..9c4bae38a588 100644 --- a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @@ -4,6 +4,8 @@ namespace Drupal\Tests\Core\Extension; +// cspell:ignore skynet + use Drupal\Core\Extension\ExtensionLifecycle; use Drupal\Core\Extension\InfoParser; use Drupal\Core\Extension\InfoParserDynamic; -- GitLab