public function ParagraphsLangcodeChangeTest::testChangeWithStableWidget

Tests the langcode change within a node form using the stable widget.

File

paragraphs/tests/src/Kernel/ParagraphsLangcodeChangeTest.php, line 238

Class

ParagraphsLangcodeChangeTest
Tests the langcode change mechanics of paragraphs.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

public function testChangeWithStableWidget() {
  $this
    ->doTestLangcodeChange([
    'type' => 'paragraphs',
    'weight' => 15,
  ], FALSE);
}