You are here

public function WebformNodeElementFunctionalTest::setup in Webform Node Element 8

Test.

File

tests/src/Functional/WebformNodeElementFunctionalTest.php, line 23

Class

WebformNodeElementFunctionalTest
Example of webform browser test.

Namespace

Drupal\Tests\webform_node_element\Functional

Code

public function setup() {
  parent::setup();
  $this
    ->drupalCreateContentType([
    'type' => 'article',
    'name' => 'Basic Article',
  ]);
}