Issue #3420740 by quietone, BramDriesen, smustgrave: Fix words in tests using ignore

(cherry picked from commit 991ec83120)
merge-requests/6954/head
Dave Long 2024-03-06 23:07:09 +00:00
parent c1634b16eb
commit 361a968658
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
32 changed files with 64 additions and 36 deletions

View File

@ -9,13 +9,11 @@ ahah
ajaxing ajaxing
allwords allwords
alphadecimal alphadecimal
alternatif
ampm ampm
anyall anyall
applix applix
archiver archiver
archivers archivers
arrakis
arrowrefresh arrowrefresh
arrowreturn arrowreturn
arrowreturnthick arrowreturnthick
@ -145,7 +143,6 @@ colspans
columnschange columnschange
comida comida
commenters commenters
complote
compositionend compositionend
compositionstart compositionstart
configentity configentity
@ -169,7 +166,6 @@ curlopt
customevent customevent
customrequest customrequest
cweagans cweagans
dailymotion
datelist datelist
daterange daterange
datestamp datestamp
@ -198,8 +194,6 @@ dflt
dialogsave dialogsave
diffchange diffchange
differring differring
displaymessage
ditka
divs divs
dnumber dnumber
dockerhub dockerhub
@ -220,7 +214,6 @@ drupalelementstyleediting
drupalelementstyleui drupalelementstyleui
drupalhtmlbuilder drupalhtmlbuilder
drupalimage drupalimage
drupalin
drupalism drupalism
drupalisms drupalisms
drupallink drupallink
@ -228,7 +221,6 @@ drupalmedia
drupalmediaediting drupalmediaediting
drupalmediatoolbar drupalmediatoolbar
drupalorg drupalorg
détruire
editables editables
egulias egulias
elbonia elbonia
@ -253,7 +245,6 @@ exampleurl
exitcode exitcode
expirable expirable
extlink extlink
extraday
extrasmall extrasmall
extraspace extraspace
failonerror failonerror
@ -312,13 +303,10 @@ groupname
groupwise groupwise
guzzlehttp guzzlehttp
hande hande
harkonnen
hateoas hateoas
hexcode hexcode
hilited hilited
hinode
hmac hmac
hoglet
hookname hookname
hosters hosters
hrefs hrefs
@ -326,7 +314,6 @@ htmlcorrector
httpheader httpheader
httplug httplug
httponly httponly
hustlin
hwldf hwldf
icann icann
iconwrap iconwrap
@ -352,7 +339,6 @@ itok
ized ized
javascripts javascripts
jessebeach jessebeach
johansson
jqueryui jqueryui
jsonlint jsonlint
jssdk jssdk
@ -363,12 +349,9 @@ keyevent
keypresses keypresses
keyvalue keyvalue
kinberg kinberg
kitt
kolkata kolkata
kpresenter kpresenter
kristiaan
kspread kspread
kthxbai
kword kword
lamoids lamoids
languageswitcher languageswitcher
@ -523,7 +506,6 @@ pagetop
paramconverter paramconverter
parseable parseable
parsererror parsererror
pastafazoul
pathauto pathauto
pcre pcre
pcss pcss
@ -598,7 +580,6 @@ qvalue
qvalues qvalues
qwer qwer
qwerqwer qwerqwer
ragdoll
ralouphie ralouphie
rasterizable rasterizable
rasterizes rasterizes
@ -647,10 +628,8 @@ sameorigin
samesite samesite
savepoints savepoints
sayre sayre
scarlett
schemaapi schemaapi
schemeless schemeless
schipulcon
scorewords scorewords
scriptable scriptable
scrollbars scrollbars
@ -659,26 +638,21 @@ seld
selectbox selectbox
sess sess
settingstray settingstray
shatner
shorterthan shorterthan
shortlink shortlink
silverlight silverlight
silvie
singlebyte singlebyte
sirbrillig sirbrillig
sisko sisko
sitename sitename
sitewide sitewide
skiptags skiptags
skynet
slatkin slatkin
slevomat slevomat
sloopal
smacss smacss
smalldatetime smalldatetime
somecompany somecompany
sortablejs sortablejs
sourceediting
specialchars specialchars
spiffiness spiffiness
splitbutton splitbutton
@ -777,7 +751,6 @@ testsuite
testsuites testsuites
textareas textareas
textboxes textboxes
texte
textfields textfields
textformat textformat
textwithsummary textwithsummary
@ -789,11 +762,9 @@ theseer
theseparator theseparator
threecol threecol
tids tids
timecurrent
timegate timegate
timemap timemap
timespan timespan
timetime
tinyint tinyint
tinytext tinytext
titlealert titlealert
@ -813,7 +784,6 @@ transferthick
translatables translatables
trayblock trayblock
trgm trgm
troopal
truecolor truecolor
twistie twistie
twocol twocol
@ -862,7 +832,6 @@ vampirize
varchar varchar
versionable versionable
versionless versionless
verygreatdrupalmodule
vfsstream vfsstream
viewports viewports
vocabs vocabs
@ -894,7 +863,6 @@ yearless
yokotsoko yokotsoko
yottabyte yottabyte
yottabytes yottabytes
zartan
zettabyte zettabyte
zettabytes zettabytes
zipf's zipf's

View File

@ -4,7 +4,7 @@
* @file * @file
*/ */
// cspell:ignore divpiggydiv Vxezb yarhar // cspell:ignore divpiggydiv yarhar timecurrent timetime
namespace Drupal\big_pipe_test; namespace Drupal\big_pipe_test;

View File

@ -9,7 +9,7 @@ use Drupal\language\Entity\ConfigurableLanguage;
use Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl; use Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl;
use Drupal\Tests\BrowserTestBase; use Drupal\Tests\BrowserTestBase;
// cspell:ignore scriptalertxsssubjectscript // cspell:ignore displaymessage scriptalertxsssubjectscript
/** /**
* Tests that the block configuration UI exists and stores data correctly. * Tests that the block configuration UI exists and stores data correctly.

View File

@ -6,6 +6,8 @@ use Drupal\Core\Block\BlockPluginInterface;
use Drupal\Core\Form\FormState; use Drupal\Core\Form\FormState;
use Drupal\KernelTests\KernelTestBase; use Drupal\KernelTests\KernelTestBase;
// cspell:ignore displaymessage
/** /**
* Tests that the block plugin can work properly without a supporting entity. * Tests that the block plugin can work properly without a supporting entity.
* *

View File

@ -15,6 +15,8 @@ use Drupal\Tests\TestFileCreationTrait;
use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait; use Drupal\Tests\ckeditor5\Traits\CKEditor5TestTrait;
use Symfony\Component\Validator\ConstraintViolation; use Symfony\Component\Validator\ConstraintViolation;
// cspell:ignore arrakis complote détruire harkonnen
/** /**
* @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\MediaLibrary * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\MediaLibrary
* @group ckeditor5 * @group ckeditor5

View File

@ -17,7 +17,7 @@ use Drupal\user\Entity\Role;
use Drupal\user\RoleInterface; use Drupal\user\RoleInterface;
use Symfony\Component\Validator\ConstraintViolation; use Symfony\Component\Validator\ConstraintViolation;
// cspell:ignore hurlant layercake tatou // cspell:ignore alternatif hurlant layercake tatou texte zartan
/** /**
* @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media * @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Media

View File

@ -1,3 +1,5 @@
// cspell:ignore sourceediting
module.exports = { module.exports = {
'@tags': ['core', 'ckeditor5'], '@tags': ['core', 'ckeditor5'],
before(browser) { before(browser) {

View File

@ -1,3 +1,5 @@
// cspell:ignore sourceediting
module.exports = { module.exports = {
'@tags': ['core', 'ckeditor5'], '@tags': ['core', 'ckeditor5'],
before(browser) { before(browser) {

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\file\Functional;
use Drupal\file\Entity\File; use Drupal\file\Entity\File;
use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait; use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait;
// cspell:ignore Scarlett Johansson
/** /**
* Uploads files to translated nodes. * Uploads files to translated nodes.
* *

View File

@ -8,6 +8,8 @@ use Drupal\file\Entity\File;
use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait; use Drupal\Tests\content_translation\Traits\ContentTranslationTestTrait;
use Drupal\Tests\TestFileCreationTrait; use Drupal\Tests\TestFileCreationTrait;
// cspell:ignore Scarlett Johansson
/** /**
* Uploads images to translated nodes. * Uploads images to translated nodes.
* *

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\jsonapi\Functional;
use Drupal\Core\Url; use Drupal\Core\Url;
use Drupal\search\Entity\SearchPage; use Drupal\search\Entity\SearchPage;
// cspell:ignore hinode
/** /**
* JSON:API integration test for the "SearchPage" config entity type. * JSON:API integration test for the "SearchPage" config entity type.
* *

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\jsonapi\Unit;
use Drupal\jsonapi\JsonApiSpec; use Drupal\jsonapi\JsonApiSpec;
use Drupal\Tests\UnitTestCase; use Drupal\Tests\UnitTestCase;
// cspell:ignore kitt
/** /**
* @coversDefaultClass \Drupal\jsonapi\JsonApiSpec * @coversDefaultClass \Drupal\jsonapi\JsonApiSpec
* @group jsonapi * @group jsonapi

View File

@ -7,7 +7,7 @@ namespace Drupal\Tests\locale\Functional;
use Drupal\Core\Database\Database; use Drupal\Core\Database\Database;
use Drupal\Core\Language\LanguageInterface; use Drupal\Core\Language\LanguageInterface;
// cspell:ignore lundi // cspell:ignore extraday lundi
/** /**
* Tests for updating the interface translations of projects. * Tests for updating the interface translations of projects.

View File

@ -11,6 +11,8 @@ use Drupal\media_test_oembed\UrlResolver;
use Drupal\Tests\media\Functional\MediaFunctionalTestBase; use Drupal\Tests\media\Functional\MediaFunctionalTestBase;
use Drupal\Tests\media\Traits\OEmbedTestTrait; use Drupal\Tests\media\Traits\OEmbedTestTrait;
// cspell:ignore Schipulcon
/** /**
* @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter * @covers \Drupal\media\Plugin\Field\FieldFormatter\OEmbedFormatter
* *

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\media\Functional;
use Drupal\media\OEmbed\Resource; use Drupal\media\OEmbed\Resource;
use Drupal\Tests\media\Traits\OEmbedTestTrait; use Drupal\Tests\media\Traits\OEmbedTestTrait;
// cspell:ignore dailymotion Schipulcon
/** /**
* Tests the oEmbed resource fetcher service. * Tests the oEmbed resource fetcher service.
* *

View File

@ -6,6 +6,8 @@ namespace Drupal\Tests\media\Functional;
use Drupal\Tests\media\Traits\OEmbedTestTrait; use Drupal\Tests\media\Traits\OEmbedTestTrait;
// cspell:ignore dailymotion
/** /**
* Tests the oEmbed URL resolver service. * Tests the oEmbed URL resolver service.
* *

View File

@ -14,6 +14,8 @@ use Drupal\Tests\media\Traits\OEmbedTestTrait;
use Drupal\user\Entity\Role; use Drupal\user\Entity\Role;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
// cspell:ignore dailymotion Schipulcon
/** /**
* Tests the oembed:video media source. * Tests the oembed:video media source.
* *

View File

@ -12,6 +12,8 @@ use Drupal\media_test_oembed\Controller\ResourceController;
use Drupal\node\Entity\Node; use Drupal\node\Entity\Node;
use Drupal\Tests\media\Traits\OEmbedTestTrait; use Drupal\Tests\media\Traits\OEmbedTestTrait;
// cspell:ignore Drupalin Hustlin Schipulcon
/** /**
* Basic tests for Media configuration in the standard profile. * Basic tests for Media configuration in the standard profile.
* *

View File

@ -6,6 +6,8 @@ namespace Drupal\Tests\media\FunctionalJavascript;
use Drupal\Component\Utility\Html; use Drupal\Component\Utility\Html;
// cspell:ignore pastafazoul
/** /**
* Tests the media type creation. * Tests the media type creation.
* *

View File

@ -13,6 +13,8 @@ use Drupal\Tests\field\Traits\EntityReferenceFieldCreationTrait;
use Drupal\Tests\media\Traits\MediaTypeCreationTrait; use Drupal\Tests\media\Traits\MediaTypeCreationTrait;
use Drupal\Tests\TestFileCreationTrait; use Drupal\Tests\TestFileCreationTrait;
// cspell:ignore hoglet
/** /**
* Tests media library integration with content moderation. * Tests media library integration with content moderation.
* *

View File

@ -4,6 +4,8 @@ declare(strict_types=1);
namespace Drupal\Tests\media_library\FunctionalJavascript; namespace Drupal\Tests\media_library\FunctionalJavascript;
// cspell:ignore shatner
/** /**
* Tests field UI integration for media library widget. * Tests field UI integration for media library widget.
* *

View File

@ -8,6 +8,8 @@ use Drupal\media\Entity\Media;
use Drupal\media_test_oembed\Controller\ResourceController; use Drupal\media_test_oembed\Controller\ResourceController;
use Drupal\Tests\media\Traits\OEmbedTestTrait; use Drupal\Tests\media\Traits\OEmbedTestTrait;
// cspell:ignore Drupalin Hustlin Schipulcon
/** /**
* Tests that oEmbed media can be added in the Media library's widget. * Tests that oEmbed media can be added in the Media library's widget.
* *

View File

@ -7,6 +7,11 @@ namespace Drupal\Tests\search\Functional\Rest;
use Drupal\search\Entity\SearchPage; use Drupal\search\Entity\SearchPage;
use Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase; use Drupal\Tests\rest\Functional\EntityResource\ConfigEntityResourceTestBase;
// cspell:ignore hinode
/**
* Base class for Search page tests.
*/
abstract class SearchPageResourceTestBase extends ConfigEntityResourceTestBase { abstract class SearchPageResourceTestBase extends ConfigEntityResourceTestBase {
/** /**

View File

@ -5,6 +5,8 @@ namespace Drupal\Tests\search\Kernel;
use Drupal\KernelTests\KernelTestBase; use Drupal\KernelTests\KernelTestBase;
use Drupal\search\SearchTextProcessorInterface; use Drupal\search\SearchTextProcessorInterface;
// cspell:ignore verygreatdrupalmodule
/** /**
* Test search text preprocessing functionality. * Test search text preprocessing functionality.
* *

View File

@ -6,6 +6,11 @@ use Drupal\Core\Menu\LocalTaskDefault;
use Drupal\Core\StringTranslation\StringTranslationTrait; use Drupal\Core\StringTranslation\StringTranslationTrait;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
// cspell:ignore ragdoll
/**
* Defines a local task plugin with a dynamic title.
*/
class TestTasksSettingsSub1 extends LocalTaskDefault { class TestTasksSettingsSub1 extends LocalTaskDefault {
use StringTranslationTrait; use StringTranslationTrait;

View File

@ -8,6 +8,8 @@ use Drupal\Component\Utility\Html;
use Drupal\Core\Url; use Drupal\Core\Url;
use Drupal\Tests\BrowserTestBase; use Drupal\Tests\BrowserTestBase;
// cspell:ignore ragdoll
/** /**
* Tests local tasks derived from router and added/altered via hooks. * Tests local tasks derived from router and added/altered via hooks.
* *

View File

@ -6,6 +6,8 @@ use Drupal\Core\Database\Database;
use Drupal\Tests\user\Traits\UserCreationTrait; use Drupal\Tests\user\Traits\UserCreationTrait;
use Drupal\views\Views; use Drupal\views\Views;
// cspell:ignore Kristiaan Silvie
/** /**
* Tests the base relationship handler. * Tests the base relationship handler.
* *

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\workspaces\Functional;
use Drupal\Tests\BrowserTestBase; use Drupal\Tests\BrowserTestBase;
use Drupal\Tests\node\Traits\ContentTypeCreationTrait; use Drupal\Tests\node\Traits\ContentTypeCreationTrait;
// cspell:ignore ditka
/** /**
* Tests access bypass permission controls on workspaces. * Tests access bypass permission controls on workspaces.
* *

View File

@ -16,6 +16,8 @@ use Drupal\Core\Validation\Plugin\Validation\Constraint\FullyValidatableConstrai
use Drupal\KernelTests\KernelTestBase; use Drupal\KernelTests\KernelTestBase;
use Drupal\language\Entity\ConfigurableLanguage; use Drupal\language\Entity\ConfigurableLanguage;
// cspell:ignore kthxbai
/** /**
* Base class for testing validation of config entities. * Base class for testing validation of config entities.
* *

View File

@ -7,6 +7,8 @@ use Drupal\Core\Entity\Display\EntityViewDisplayInterface;
use Drupal\Core\Entity\EntityDisplayRepositoryInterface; use Drupal\Core\Entity\EntityDisplayRepositoryInterface;
use Drupal\KernelTests\KernelTestBase; use Drupal\KernelTests\KernelTestBase;
// cspell:ignore pastafazoul
/** /**
* @coversDefaultClass \Drupal\Core\Entity\EntityDisplayRepository * @coversDefaultClass \Drupal\Core\Entity\EntityDisplayRepository
* *

View File

@ -7,6 +7,8 @@ namespace Drupal\Tests\Core\Common;
use Drupal\Component\Utility\Tags; use Drupal\Component\Utility\Tags;
use Drupal\Tests\UnitTestCase; use Drupal\Tests\UnitTestCase;
// cspell:ignore sloopal troopal
/** /**
* Tests explosion and implosion of autocomplete tags. * Tests explosion and implosion of autocomplete tags.
* *

View File

@ -4,6 +4,8 @@ declare(strict_types=1);
namespace Drupal\Tests\Core\Extension; namespace Drupal\Tests\Core\Extension;
// cspell:ignore skynet
use Drupal\Core\Extension\ExtensionLifecycle; use Drupal\Core\Extension\ExtensionLifecycle;
use Drupal\Core\Extension\InfoParser; use Drupal\Core\Extension\InfoParser;
use Drupal\Core\Extension\InfoParserDynamic; use Drupal\Core\Extension\InfoParserDynamic;