Verified Commit d1ad71e7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3455912 by quietone: Fix spelling for 10 words used in tests

(cherry picked from commit 5a9e57dc)
parent 75810961
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ blockpromoted
blockquotes
blockrecipe
blockrelated
blocktest
bodyless
boing
bovigo
@@ -254,11 +253,9 @@ fdiv
fieldable
fieldapi
fieldblock
fieldbody
fieldgroup
fieldgroups
fieldlayout
fieldlinks
fieldnames
fieldsets
filemime
@@ -703,17 +700,10 @@ tappable
taskless
tcomment
templating
testajax
testblock
testbody
testbot
testbots
testcase
testcontent
testcontextawareblock
testdialog
testgroups
testkey
testlogger
testsuite
testsuites
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
use Drupal\Tests\BrowserTestBase;

// cspell:ignore displaymessage scriptalertxsssubjectscript
// cspell:ignore testcontextawareblock

/**
 * Tests that the block configuration UI exists and stores data correctly.
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,8 @@
use Drupal\block_content\Entity\BlockContent;
use Drupal\Core\Database\Database;

// cspell:ignore testblock

/**
 * Create a block and test saving it.
 *
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
use Drupal\field\Entity\FieldStorageConfig;
use Drupal\node\Entity\NodeType;

// cspell:ignore tuvan
// cspell:ignore testcontent tuvan

/**
 * Translate settings and entities to various languages.
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
 * Provides a 'TestAjax' block.
 */
#[Block(
  id: "layout_builder_test_testajax",
  id: "layout_builder_test_ajax",
  admin_label: new TranslatableMarkup("TestAjax"),
  category: new TranslatableMarkup("Test")
)]
Loading