From 991ec83120eb160875e6bdba42a01b56a8b73d76 Mon Sep 17 00:00:00 2001 From: Dave Long Date: Wed, 6 Mar 2024 23:07:09 +0000 Subject: [PATCH] Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore --- 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 0f548ba5883..57152733ee0 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 @@ -168,7 +165,6 @@ curle curlopt customrequest cweagans -dailymotion datelist daterange datestamp @@ -197,8 +193,6 @@ dflt dialogsave diffchange differring -displaymessage -ditka divs dnumber dockerhub @@ -219,7 +213,6 @@ drupalelementstyleediting drupalelementstyleui drupalhtmlbuilder drupalimage -drupalin drupalism drupalisms drupallink @@ -227,7 +220,6 @@ drupalmedia drupalmediaediting drupalmediatoolbar drupalorg -détruire editables egulias elbonia @@ -252,7 +244,6 @@ exampleurl exitcode expirable extlink -extraday extrasmall extraspace failonerror @@ -311,13 +302,10 @@ groupname groupwise guzzlehttp hande -harkonnen hateoas hexcode hilited -hinode hmac -hoglet hookname hosters hrefs @@ -325,7 +313,6 @@ htmlcorrector httpheader httplug httponly -hustlin hwldf icann iconwrap @@ -351,7 +338,6 @@ itok ized javascripts jessebeach -johansson jqueryui jsonlint jssdk @@ -362,12 +348,9 @@ keyevent keypresses keyvalue kinberg -kitt kolkata kpresenter -kristiaan kspread -kthxbai kword lamoids languageswitcher @@ -521,7 +504,6 @@ pagetop paramconverter parseable parsererror -pastafazoul pathauto pcre pcss @@ -595,7 +577,6 @@ qvalue qvalues qwer qwerqwer -ragdoll ralouphie rasterizable rasterizes @@ -644,10 +625,8 @@ sameorigin samesite savepoints sayre -scarlett schemaapi schemeless -schipulcon scorewords scriptable scrollbars @@ -655,26 +634,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 @@ -773,7 +747,6 @@ testsuite testsuites textareas textboxes -texte textfields textformat textwithsummary @@ -785,11 +758,9 @@ theseer theseparator threecol tids -timecurrent timegate timemap timespan -timetime tinyint tinytext titlealert @@ -809,7 +780,6 @@ transferthick translatables trayblock trgm -troopal truecolor twistie twocol @@ -858,7 +828,6 @@ vampirize varchar versionable versionless -verygreatdrupalmodule vfsstream viewports vocabs @@ -890,7 +859,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 3aa3a7d254c..8372c88fe6c 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 4956abd2c6f..aa3adda8e84 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\Entity\ConfigurableLanguage; 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 d47ac18cff8..89dcde98efa 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\Block\BlockPluginInterface; 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 c3ec75e6d0c..dc6dc710634 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\TestFileCreationTrait; 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 ebbf600ed80..c9aca401b65 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\Entity\Role; 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 46d2abe4d07..120419b02e5 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 99495f9ad8c..07afeaad777 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 879004a63e3..7b40b5cca10 100644 --- a/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php +++ b/core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\file\Functional; 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 931d36e18f1..19539980929 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\file\Entity\File; 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 781c27076ff..cf2ad730e42 100644 --- a/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php +++ b/core/modules/jsonapi/tests/src/Functional/SearchPageTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\jsonapi\Functional; 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 7e347fdadcc..96b8a99f2a8 100644 --- a/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php +++ b/core/modules/jsonapi/tests/src/Unit/JsonApiSpecTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\jsonapi\Unit; 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 547dd061c5f..0a727854037 100644 --- a/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php +++ b/core/modules/locale/tests/src/Functional/LocaleUpdateTest.php @@ -7,7 +7,7 @@ namespace Drupal\Tests\locale\Functional; 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 bfcefc95b72..eff39026f6a 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\media_test_oembed\UrlResolver; 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 33f0c2c79ae..62632e2222f 100644 --- a/core/modules/media/tests/src/Functional/ResourceFetcherTest.php +++ b/core/modules/media/tests/src/Functional/ResourceFetcherTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\media\Functional; 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 9f8b7396a05..43ac2f1402a 100644 --- a/core/modules/media/tests/src/Functional/UrlResolverTest.php +++ b/core/modules/media/tests/src/Functional/UrlResolverTest.php @@ -6,6 +6,8 @@ namespace Drupal\Tests\media\Functional; 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 38e502d3e9a..11ba06dd3d9 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\Tests\media\Traits\OEmbedTestTrait; 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 13d196dff38..5fedf7ff3f6 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\media_test_oembed\Controller\ResourceController; 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 3d5fbb1c8c2..95aee625360 100644 --- a/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php +++ b/core/modules/media/tests/src/FunctionalJavascript/MediaTypeCreationTest.php @@ -6,6 +6,8 @@ namespace Drupal\Tests\media\FunctionalJavascript; 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 b00d7e9790a..e7bbe116f3d 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\field\Traits\EntityReferenceFieldCreationTrait; 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 f1f08d1f454..4f27f165f1b 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 @@ declare(strict_types=1); 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 4081bc2e080..87d9df666a4 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\Entity\Media; 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 d1e602b2a9b..5c76687623b 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 @@ namespace Drupal\Tests\search\Functional\Rest; 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 87df415c451..5fddbfa759b 100644 --- a/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php +++ b/core/modules/search/tests/src/Kernel/SearchTextProcessorTest.php @@ -5,6 +5,8 @@ namespace Drupal\Tests\search\Kernel; 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 61ac9705a08..4b979c70bf4 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\Menu\LocalTaskDefault; 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 243c523f474..62d5048554a 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\Component\Utility\Html; 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 f6e11a0accf..3227969c656 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\Core\Database\Database; 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 a60ed8600c4..20e36c1a27a 100644 --- a/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php +++ b/core/modules/workspaces/tests/src/Functional/WorkspaceBypassTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\workspaces\Functional; 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 179daf97b2c..f90576a9e3c 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\Core\Validation\Plugin\Validation\Constraint\FullyValidatableConstrai 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 efbf3b3fc98..bf52cda2cfc 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\Display\EntityViewDisplayInterface; 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 57511048acf..9c97fa5e28c 100644 --- a/core/tests/Drupal/Tests/Core/Common/TagsTest.php +++ b/core/tests/Drupal/Tests/Core/Common/TagsTest.php @@ -7,6 +7,8 @@ namespace Drupal\Tests\Core\Common; 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 667659018ea..9c4bae38a58 100644 --- a/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php +++ b/core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @@ -4,6 +4,8 @@ declare(strict_types=1); namespace Drupal\Tests\Core\Extension; +// cspell:ignore skynet + use Drupal\Core\Extension\ExtensionLifecycle; use Drupal\Core\Extension\InfoParser; use Drupal\Core\Extension\InfoParserDynamic;