Verified Commit 7e75964e authored by Dave Long's avatar Dave Long
Browse files

Issue #3395891 by quietone: Fix spelling for words in test modules

parent 4e0f2a2e
Loading
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -100,9 +100,7 @@ blockquotes
blockrecipe
blockrelated
blocktest
bodyformat
bodyless
bodyvalue
boing
bomofo
bovigo
@@ -165,7 +163,6 @@ classname
classtype
cldr
clearfix
cleartype
clicksorter
clist
closethick
@@ -416,7 +413,6 @@ hrefs
htkey
htmlcorrector
httpheader
httpkernel
httplug
httponly
hustlin
@@ -456,7 +452,6 @@ jsonlint
jssdk
jumplinks
justinrainbow
kakec
kangarookitten
kerneltest
kernighan
@@ -474,7 +469,6 @@ kristiaan
kspread
kthxbai
kword
labely
lamoids
languageswitcher
libc
@@ -510,7 +504,6 @@ lundi
lzma
lzop
macbinary
madeup
mainpage
mank
maryjane
@@ -540,7 +533,6 @@ mikey
milli
mimetypes
minifyzombies
minipager
minusthick
missingkey
missingkeys
@@ -554,7 +546,6 @@ modernizr
modulenarrow
mojito
montag
mooooh
msgctxt
msgid
msgstr
@@ -569,7 +560,6 @@ multifield
multilanguage
multipage
multipass
multipleforms
multisite
multistar
multistep
@@ -657,7 +647,6 @@ pagecache
pagetop
pagina
paramconverter
parens
parseable
parsererror
pastafazoul
@@ -953,7 +942,6 @@ testcase
testcases
testcontent
testcontextawareblock
testdescription
testdialog
testen
testfield
@@ -962,11 +950,8 @@ testfilter
testfunc
testfunction
testgroups
testid
testitem
testk
testkey
testlist
testload
testlogger
testname
@@ -974,7 +959,6 @@ testproject
teststring
testsuite
testsuites
testvalue
textareas
textboxes
texte
@@ -1156,7 +1140,6 @@ yokotsoko
yottabyte
yottabytes
yourmodule
yowser
yygroup
zartan
zettabyte
+1 −1
Original line number Diff line number Diff line
block_test.test_multipleforms:
block_test.test_multiple_forms:
  path: '/test-multiple-forms'
  defaults:
    _controller: '\Drupal\block_test\Controller\TestMultipleFormController::testMultipleForms'
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
function block_content_test_block_content_view(array &$build, BlockContent $block_content, $view_mode) {
  // Add extra content.
  $build['extra_content'] = [
    '#markup' => '<blink>Yowser</blink>',
    '#markup' => '<blink>Wow</blink>',
  ];
}

+2 −2
Original line number Diff line number Diff line
testitem: "Whatever structure there is in this file"
testlist:
test_item: "Whatever structure there is in this file"
test_list:
  - "the main file has no schema, so individual items"
  - "will not have any schema information."
+2 −2
Original line number Diff line number Diff line
testid: 'Test id'
testdescription: 'Test description'
test_id: 'Test id'
test_description: 'Test description'
Loading