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