public function ParagraphsLangcodeChangeTest::testChangeWithEmbeddedStableWidget

Tests langcode change within an embedded node form and the stable widget.

File

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

Class

ParagraphsLangcodeChangeTest
Tests the langcode change mechanics of paragraphs.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

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