You are here

protected function AutofillJavascriptTest::setUp in Autofill 8

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/AutofillJavascriptTest.php, line 42

Class

AutofillJavascriptTest
Tests the Autofill module.

Namespace

Drupal\Tests\autofill\FunctionalJavascript

Code

protected function setUp() {
  parent::setUp();
  $this->contentType = $this
    ->drupalCreateContentType([
    'type' => 'article',
  ]);
  $this
    ->setupFields();
}