You are here

public function FieldCollectionAjaxTest::setUp in Field collection 8.3

Sets up the data structures for the tests.

Overrides BrowserTestBase::setUp

File

tests/src/FunctionalJavascript/FieldCollectionAjaxTest.php, line 28

Class

FieldCollectionAjaxTest
Tests that AJAX functionality works.

Namespace

Drupal\Tests\field_collection\FunctionalJavascript

Code

public function setUp() {
  parent::setUp();
  $this
    ->setUpFieldCollectionTest();
}