You are here

public function FeedsParaMapperUpdatingTestCase::setUp in Feeds Paragraphs 7

Prepares the test environment.

Overrides FeedsParaMapperWebTestCase::setUp

File

tests/importing.test, line 245
Contains ImportingTestCase.

Class

FeedsParaMapperUpdatingTestCase
Tests updating Paragraphs fields values.

Code

public function setUp() {
  parent::setUp(TRUE, TRUE, TRUE);
}