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

merge-requests/6677/merge
Dave Long 2024-03-06 23:07:09 +00:00
parent bd3e71a8a1
commit 991ec83120
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
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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,6 +6,8 @@ namespace Drupal\Tests\media\FunctionalJavascript;
use Drupal\Component\Utility\Html;
// cspell:ignore pastafazoul
/**
* 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\TestFileCreationTrait;
// cspell:ignore hoglet
/**
* Tests media library integration with content moderation.
*

View File

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

View File

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

View File

@ -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 {
/**

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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