public function ParagraphsLangcodeChangeTest::testChangeWithLegacyWidget

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

File

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

Class

ParagraphsLangcodeChangeTest
Tests the langcode change mechanics of paragraphs.

Namespace

Drupal\Tests\paragraphs\Kernel

Code

public function testChangeWithLegacyWidget() {
  $this
    ->doTestLangcodeChange([
    'type' => 'entity_reference_paragraphs',
    'weight' => 5,
  ], FALSE);
}