public function FeedsParaMapperNestedImportTestCase::setUp in Feeds Paragraphs 7
Prepares the test environment.
Overrides FeedsParaMapperWebTestCase::setUp
File
- tests/
importing.test, line 102 - Contains ImportingTestCase.
Class
- FeedsParaMapperNestedImportTestCase
- Tests importing to a content type with a nested Paragraphs field.
Code
public function setUp() {
parent::setUp(NULL, NULL, TRUE);
}