public function MediaFeedsMapperMediaTestCase::setUp in Media Feeds 7
Set up the required modules.
File
- tests/
media_feeds_mapper.test, line 28 - Test case for the Feeds mapping API for the media module.
Class
- MediaFeedsMapperMediaTestCase
- Class for testing the Media Feeds media_internet mapper.
Code
public function setUp() {
// Call parent setup with the required modules.
parent::setUp(array(
'media_feeds',
'media_feeds_test',
));
}