From e63270d5669dbb42dd9e748fd34e78e9818e79bb Mon Sep 17 00:00:00 2001
From: catch <6915-catch@users.noreply.drupalcode.org>
Date: Mon, 9 Sep 2024 20:52:42 +0100
Subject: [PATCH] Issue #3472970 by quietone: Add ignore for some words used in
 tests

---
 core/misc/cspell/dictionary.txt               | 22 -------------------
 .../config_test/src/ConfigValidation.php      |  2 ++
 .../FunctionalJavascript/EditorAdminTest.php  |  2 ++
 .../FieldWidget/TestFieldWidgetMultiple.php   |  2 ++
 .../src/Kernel/WidgetPluginManagerTest.php    |  2 ++
 .../ManageDisplayTest.php                     |  2 ++
 .../tests/src/Kernel/FilterKernelTest.php     |  1 +
 .../ContentPreviewToggleTest.php              |  2 +-
 .../LayoutBuilderDisableInteractionsTest.php  |  2 +-
 .../LayoutBuilderUiTest.php                   |  2 +-
 .../MoveBlockFormTest.php                     |  2 +-
 .../tests/src/Kernel/MediaSourceTest.php      |  2 ++
 .../src/Kernel/mysql/ConnectionUnitTest.php   |  2 ++
 .../tests/src/Functional/PageCacheTest.php    |  2 ++
 .../src/Kernel/pgsql/ConnectionUnitTest.php   |  2 ++
 .../tests/src/Kernel/pgsql/SchemaTest.php     |  4 ++--
 .../src/Kernel/pgsql/TemporaryQueryTest.php   |  2 ++
 .../Functional/ResponsiveImageAdminUITest.php |  2 ++
 .../update_test_postupdate.install            |  2 ++
 .../update_test_postupdate.post_update.php    |  2 ++
 .../src/Functional/System/StatusTest.php      |  2 ++
 .../Functional/Theme/EngineNyanCatTest.php    |  2 ++
 .../UpdateSystem/UpdatePostUpdateTest.php     |  2 ++
 .../UpdateRemovedPostUpdateTest.php           |  2 ++
 .../themes/engines/nyan_cat/nyan_cat.engine   |  2 ++
 .../themes/engines/nyan_cat/nyan_cat.info.yml |  1 +
 .../test_theme_nyan_cat_engine.info.yml       |  1 +
 .../test_theme_nyan_cat_engine.theme          |  2 ++
 .../theme_test.template_test.nyan-cat.html    |  1 +
 .../WebDriverCurlService.php                  |  3 +++
 .../KernelTests/Config/TypedConfigTest.php    |  2 ++
 .../DriverSpecificConnectionUnitTestBase.php  |  2 ++
 .../ThemeEngineExtensionListTest.php          |  2 ++
 .../Context/ContextAwarePluginTraitTest.php   |  2 ++
 .../Diff/Engine/HWLDFWordAccumulatorTest.php  |  2 ++
 core/tests/README.md                          |  2 ++
 36 files changed, 63 insertions(+), 28 deletions(-)

diff --git a/core/misc/cspell/dictionary.txt b/core/misc/cspell/dictionary.txt
index d386ecfaa611..e9f8bffd625a 100644
--- a/core/misc/cspell/dictionary.txt
+++ b/core/misc/cspell/dictionary.txt
@@ -59,7 +59,6 @@ bkmgtpezy
 blockarticles
 blockcontent
 blockfooter
-blocknodebundle
 blockquotes
 blockrecipe
 blockrelated
@@ -136,9 +135,6 @@ crème
 csrftoken
 csslintrc
 csstools
-curle
-curlopt
-customrequest
 cweagans
 datelist
 daterange
@@ -216,7 +212,6 @@ expirable
 extlink
 extrasmall
 extraspace
-failonerror
 fakepath
 falsey
 fapi
@@ -230,7 +225,6 @@ fieldapi
 fieldblock
 fieldgroup
 fieldgroups
-fieldlayout
 fieldnames
 fieldsets
 filemime
@@ -272,7 +266,6 @@ hrefs
 htmlcorrector
 httpheader
 httponly
-hwldf
 icann
 iconwrap
 idekey
@@ -354,7 +347,6 @@ mocktails
 mocky
 moderatable
 modernizr
-modulenarrow
 mojito
 msgctxt
 msgid
@@ -399,20 +391,15 @@ nourriture
 nplurals
 nproc
 ntfs
-nyan
-nyancat
-nyans
 oembed
 omittable
 onecol
 oneplusfourgrid
-onewidgetfield
 optgroups
 optin
 orgchart
 ossp
 outdent
-outro
 overrider
 overrider's
 overriders
@@ -439,9 +426,7 @@ placeholdering
 plusthick
 porterstemmer
 postcondition
-postfields
 postorder
-postupdate
 precache
 preconfigured
 predelete
@@ -459,7 +444,6 @@ prerendered
 presave
 pretransaction
 preuninstall
-processlist
 proname
 prophesize
 prophesized
@@ -488,8 +472,6 @@ referencers
 referer
 refinable
 reindexing
-relname
-relpersistence
 renderable
 renderables
 reparenting
@@ -501,7 +483,6 @@ restrictor
 restripe
 restriped
 restui
-returntransfer
 revisionable
 revisioned
 revisionid
@@ -529,10 +510,8 @@ shorterthan
 shortlink
 singlebyte
 sirbrillig
-sisko
 sitename
 sitewide
-skiptags
 slatkin
 smacss
 smalldatetime
@@ -593,7 +572,6 @@ subtoken
 subvalue
 subvalues
 subview
-sulaco
 supercede
 svgz
 synchronizable
diff --git a/core/modules/config/tests/config_test/src/ConfigValidation.php b/core/modules/config/tests/config_test/src/ConfigValidation.php
index f2a0c4eea2f2..393834963fe9 100644
--- a/core/modules/config/tests/config_test/src/ConfigValidation.php
+++ b/core/modules/config/tests/config_test/src/ConfigValidation.php
@@ -6,6 +6,8 @@
 
 use Symfony\Component\Validator\Context\ExecutionContextInterface;
 
+// cspell:ignore nyans
+
 /**
  * Provides a collection of validation callbacks for testing purposes.
  */
diff --git a/core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php b/core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
index 25a1e9869d56..9bebf303a558 100644
--- a/core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
+++ b/core/modules/editor/tests/src/FunctionalJavascript/EditorAdminTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 
+// cspell:ignore sulaco
+
 /**
  * @group editor
  */
diff --git a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php b/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
index 15358c4f6f9c..5f9f29627f5b 100644
--- a/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
+++ b/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
@@ -12,6 +12,8 @@
 use Drupal\Core\StringTranslation\TranslatableMarkup;
 use Symfony\Component\Validator\ConstraintViolationInterface;
 
+// cspell:ignore onewidgetfield
+
 /**
  * Plugin implementation of the 'test_field_widget_multiple' widget.
  *
diff --git a/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php b/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
index d567a506d063..68d929ea90c6 100644
--- a/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
+++ b/core/modules/field/tests/src/Kernel/WidgetPluginManagerTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\Core\Field\BaseFieldDefinition;
 
+// cspell:ignore onewidgetfield
+
 /**
  * Tests the field widget manager.
  *
diff --git a/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php b/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
index dd545533891b..ed5288d83861 100644
--- a/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
+++ b/core/modules/field_ui/tests/src/FunctionalJavascript/ManageDisplayTest.php
@@ -10,6 +10,8 @@
 use Drupal\Tests\field_ui\Traits\FieldUiJSTestTrait;
 use Drupal\Tests\field_ui\Traits\FieldUiTestTrait;
 
+// cspell:ignore onewidgetfield
+
 /**
  * Tests the Field UI "Manage display" and "Manage form display" screens.
  *
diff --git a/core/modules/filter/tests/src/Kernel/FilterKernelTest.php b/core/modules/filter/tests/src/Kernel/FilterKernelTest.php
index 2c940924402c..91ea45ab8db9 100644
--- a/core/modules/filter/tests/src/Kernel/FilterKernelTest.php
+++ b/core/modules/filter/tests/src/Kernel/FilterKernelTest.php
@@ -13,6 +13,7 @@
 use Drupal\filter\Plugin\FilterInterface;
 use Drupal\KernelTests\KernelTestBase;
 
+// cspell:ignore outro
 // cspell:ignore toolongdomainexampledomainexampledomainexampledomainexampledomain
 
 /**
diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
index e19cc16bcadb..333ae6282926 100644
--- a/core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
+++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/ContentPreviewToggleTest.php
@@ -9,7 +9,7 @@
 use Drupal\Tests\contextual\FunctionalJavascript\ContextualLinkClickTrait;
 use Drupal\Tests\system\Traits\OffCanvasTestTrait;
 
-// cspell:ignore testbody
+// cspell:ignore blocknodebundle testbody
 
 /**
  * Tests toggling of content preview.
diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
index ddf87b4c879d..014bbbf600d8 100644
--- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
+++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php
@@ -13,7 +13,7 @@
 use Drupal\Tests\contextual\FunctionalJavascript\ContextualLinkClickTrait;
 use Drupal\Tests\system\Traits\OffCanvasTestTrait;
 
-// cspell:ignore fieldbody
+// cspell:ignore blocknodebundle fieldbody
 
 /**
  * Tests the Layout Builder disables interactions of rendered blocks.
diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
index 3383fbea8f54..46f15a177c2c 100644
--- a/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
+++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderUiTest.php
@@ -8,7 +8,7 @@
 use Drupal\FunctionalJavascriptTests\WebDriverTestBase;
 use Drupal\Tests\contextual\FunctionalJavascript\ContextualLinkClickTrait;
 
-// cspell:ignore fieldbody
+// cspell:ignore blocknodebundle fieldbody fieldlayout
 
 /**
  * Tests the Layout Builder UI.
diff --git a/core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php b/core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
index 528b863a1b5b..8fae6ae1c288 100644
--- a/core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
+++ b/core/modules/layout_builder/tests/src/FunctionalJavascript/MoveBlockFormTest.php
@@ -8,7 +8,7 @@
 use Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay;
 use Drupal\Tests\contextual\FunctionalJavascript\ContextualLinkClickTrait;
 
-// cspell:ignore fieldbody fieldlinks
+// cspell:ignore blocknodebundle fieldbody fieldlinks
 
 /**
  * Tests moving blocks via the form.
diff --git a/core/modules/media/tests/src/Kernel/MediaSourceTest.php b/core/modules/media/tests/src/Kernel/MediaSourceTest.php
index 04310f18c5f3..19e77ebfacd8 100644
--- a/core/modules/media/tests/src/Kernel/MediaSourceTest.php
+++ b/core/modules/media/tests/src/Kernel/MediaSourceTest.php
@@ -10,6 +10,8 @@
 use Drupal\media\Entity\Media;
 use Drupal\media\Entity\MediaType;
 
+// cspell:ignore sisko
+
 /**
  * Tests media source plugins related logic.
  *
diff --git a/core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php b/core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php
index 7d539746b2d4..1a77a018d3c7 100644
--- a/core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php
+++ b/core/modules/mysql/tests/src/Kernel/mysql/ConnectionUnitTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\KernelTests\Core\Database\DriverSpecificConnectionUnitTestBase;
 
+// cspell:ignore processlist
+
 /**
  * MySQL-specific connection unit tests.
  *
diff --git a/core/modules/page_cache/tests/src/Functional/PageCacheTest.php b/core/modules/page_cache/tests/src/Functional/PageCacheTest.php
index 8121c5551c71..6a01a8bfce96 100644
--- a/core/modules/page_cache/tests/src/Functional/PageCacheTest.php
+++ b/core/modules/page_cache/tests/src/Functional/PageCacheTest.php
@@ -13,6 +13,8 @@
 use Drupal\Tests\system\Functional\Cache\AssertPageCacheContextsAndTagsTrait;
 use Drupal\user\RoleInterface;
 
+// cspell:ignore curlopt returntransfer
+
 /**
  * Enables the page cache and tests it with various HTTP requests.
  *
diff --git a/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php b/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php
index dd1c660aa4b8..463f82fdba58 100644
--- a/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php
+++ b/core/modules/pgsql/tests/src/Kernel/pgsql/ConnectionUnitTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\KernelTests\Core\Database\DriverSpecificConnectionUnitTestBase;
 
+// cspell:ignore processlist
+
 /**
  * PostgreSQL-specific connection unit tests.
  *
diff --git a/core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php b/core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
index 2b00f79b8410..6894968a9552 100644
--- a/core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
+++ b/core/modules/pgsql/tests/src/Kernel/pgsql/SchemaTest.php
@@ -6,8 +6,8 @@
 
 use Drupal\KernelTests\Core\Database\DriverSpecificSchemaTestBase;
 
-// cSpell:ignore relkind objid refobjid regclass attname attrelid attnum
-// cSpell:ignore refobjsubid
+// cSpell:ignore attname attnum attrelid objid refobjid refobjsubid regclass
+// cspell:ignore relkind relname
 
 /**
  * Tests schema API for the PostgreSQL driver.
diff --git a/core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php b/core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
index e3c48441e148..1d884264d6b6 100644
--- a/core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
+++ b/core/modules/pgsql/tests/src/Kernel/pgsql/TemporaryQueryTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\KernelTests\Core\Database\TemporaryQueryTestBase;
 
+// cspell:ignore relname relpersistence
+
 /**
  * Tests the temporary query functionality.
  *
diff --git a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
index 3a9849eac419..f3e34771a436 100644
--- a/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
+++ b/core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
@@ -7,6 +7,8 @@
 use Drupal\responsive_image\ResponsiveImageStyleInterface;
 use Drupal\Tests\BrowserTestBase;
 
+// cspell:ignore modulenarrow
+
 /**
  * Thoroughly test the administrative interface of the Responsive Image module.
  *
diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
index b3344ff4d42c..213d8bb7d262 100644
--- a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
+++ b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.install
@@ -7,6 +7,8 @@
 
 declare(strict_types=1);
 
+// cspell:ignore postupdate
+
 /**
  * Normal update_N() function.
  */
diff --git a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
index d2ff04ccea3c..371f96fe5d99 100644
--- a/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
+++ b/core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php
@@ -7,6 +7,8 @@
 
 declare(strict_types=1);
 
+// cspell:ignore postupdate
+
 /**
  * First update.
  */
diff --git a/core/modules/system/tests/src/Functional/System/StatusTest.php b/core/modules/system/tests/src/Functional/System/StatusTest.php
index ec5ed4e8602a..aa8c1215266f 100644
--- a/core/modules/system/tests/src/Functional/System/StatusTest.php
+++ b/core/modules/system/tests/src/Functional/System/StatusTest.php
@@ -9,6 +9,8 @@
 use Drupal\Tests\BrowserTestBase;
 use Drupal\Core\StringTranslation\PluralTranslatableMarkup;
 
+// cspell:ignore postupdate
+
 /**
  * Tests output on the status overview page.
  *
diff --git a/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php b/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
index 45643ac82f7d..54d36c941ce5 100644
--- a/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
+++ b/core/modules/system/tests/src/Functional/Theme/EngineNyanCatTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\Tests\BrowserTestBase;
 
+// cspell:ignore nyan
+
 /**
  * Tests the multi theme engine support.
  *
diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
index 73aaabc8d655..3cd3416a268f 100644
--- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
+++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdatePostUpdateTest.php
@@ -8,6 +8,8 @@
 use Drupal\Tests\BrowserTestBase;
 use Drupal\Tests\UpdatePathTestTrait;
 
+// cspell:ignore postupdate
+
 /**
  * Tests hook_post_update().
  *
diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
index f4f3ca4ec37b..31511dbb1787 100644
--- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
+++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
@@ -10,6 +10,8 @@
 use Drupal\Tests\UpdatePathTestTrait;
 use Drupal\user\Entity\User;
 
+// cspell:ignore postupdate
+
 /**
  * Tests hook_removed_post_updates().
  *
diff --git a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine b/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine
index 71ad0a52da2e..423dcae8115b 100644
--- a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine
+++ b/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine
@@ -9,6 +9,8 @@
 
 use Drupal\Component\Utility\Html;
 
+// cspell:ignore nyan nyancat
+
 /**
  * Implements hook_theme().
  */
diff --git a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml b/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml
index ed78897cde14..9ffc33d8bb9a 100644
--- a/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml
+++ b/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.info.yml
@@ -1,3 +1,4 @@
+# cspell:ignore nyan
 type: theme_engine
 name: Nyan cat
 version: VERSION
diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
index f0c965a65a25..7522bd452ce0 100644
--- a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
+++ b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
@@ -1,3 +1,4 @@
+# cspell:ignore nyan
 name: 'Test theme for Nyan Cat engine'
 type: theme
 description: 'Theme for testing the theme system with the Nyan Cat theme engine'
diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme
index 7b2ba8b45966..763f9ec42393 100644
--- a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme
+++ b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.theme
@@ -7,6 +7,8 @@
 
 declare(strict_types=1);
 
+// cspell:ignore nyan
+
 /**
  * Implements hook_preprocess_theme_test_template_test().
  */
diff --git a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html
index cb21cb5fd82e..d0c9a5476dfa 100644
--- a/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html
+++ b/core/modules/system/tests/themes/test_theme_nyan_cat_engine/theme_test.template_test.nyan-cat.html
@@ -1 +1,2 @@
+<!-- cspell:ignore nyan -->
 Success: Template overridden with Nyan Cat theme. 9kittens
diff --git a/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php b/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
index c92f30044971..6237e447f492 100644
--- a/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
+++ b/core/tests/Drupal/FunctionalJavascriptTests/WebDriverCurlService.php
@@ -8,6 +8,9 @@
 use WebDriver\Exception\CurlExec;
 use WebDriver\Exception as WebDriverException;
 
+// cspell:ignore curle curlopt customrequest failonerror postfields
+// cspell:ignore returntransfer
+
 @trigger_error('The \Drupal\FunctionalJavascriptTests\WebDriverCurlService class is deprecated in drupal:11.1.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3462152', E_USER_DEPRECATED);
 
 /**
diff --git a/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php b/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
index 830b768f055d..a47bbb781087 100644
--- a/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
+++ b/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
@@ -14,6 +14,8 @@
 use Drupal\KernelTests\KernelTestBase;
 use Symfony\Component\Validator\ConstraintViolationListInterface;
 
+// cspell:ignore nyans
+
 /**
  * Tests config validation mechanism.
  *
diff --git a/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php b/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
index f2c94ef04e2c..596debea8bba 100644
--- a/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
+++ b/core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php
@@ -7,6 +7,8 @@
 use Drupal\Core\Database\Connection;
 use Drupal\Core\Database\Database;
 
+// cspell:ignore processlist
+
 /**
  * Tests management of database connections.
  */
diff --git a/core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php b/core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
index 9c39a9246b3a..717937cef81b 100644
--- a/core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Extension/ThemeEngineExtensionListTest.php
@@ -6,6 +6,8 @@
 
 use Drupal\KernelTests\KernelTestBase;
 
+// cspell:ignore nyan
+
 /**
  * @coversDefaultClass \Drupal\Core\Extension\ThemeEngineExtensionList
  * @group Extension
diff --git a/core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php b/core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php
index 1bf868c8bf29..9cf82a7c3bbc 100644
--- a/core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Plugin/Context/ContextAwarePluginTraitTest.php
@@ -20,6 +20,8 @@
 use Drupal\Core\TypedData\TypedDataManagerInterface;
 use Drupal\KernelTests\KernelTestBase;
 
+// cspell:ignore sisko
+
 /**
  * @coversDefaultClass \Drupal\Core\Plugin\ContextAwarePluginTrait
  *
diff --git a/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php b/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php
index fecf7d1ed07b..eb006d115e83 100644
--- a/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php
+++ b/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php
@@ -4,6 +4,8 @@
 
 namespace Drupal\Tests\Component\Diff\Engine;
 
+// cspell:ignore HWLDFWordAccumulator
+
 use Drupal\Component\Diff\Engine\HWLDFWordAccumulator;
 use PHPUnit\Framework\TestCase;
 
diff --git a/core/tests/README.md b/core/tests/README.md
index 395db8779ed5..e20c9f261cf4 100644
--- a/core/tests/README.md
+++ b/core/tests/README.md
@@ -1,3 +1,5 @@
+<!-- cspell:ignore skiptags -->
+
 # Running tests
 
 ## Setting up
-- 
GitLab