You are here

public function FieldCollectionAJAXTest::setUp in Field collection 8

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\FunctionalJavascriptTests

Code

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