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