public function FeedsParaMapperMultiValuedMappingTestCase::setUp in Feeds Paragraphs 7
Prepares the test environment.
Overrides FeedsParaMapperWebTestCase::setUp
File
- tests/
mapping.test, line 94 - Contains MappingTestCase.
Class
- FeedsParaMapperMultiValuedMappingTestCase
- Tests mapping to a multi-valued Paragraphs field.
Code
public function setUp() {
parent::setUp(TRUE, TRUE);
}