public function UuidFileServicesTest::setUp in Universally Unique IDentifier 7
Implementation of setUp().
Overrides ServicesWebTestCase::setUp
File
- uuid_services/
uuid_services.file_services.test, line 31 - Test the UUID File Services integration.
Class
- UuidFileServicesTest
- Test the UUID File Services integration.
Code
public function setUp() {
parent::setUp('ctools', 'services', 'rest_server', 'uuid_services', 'entity', 'file', 'field', 'file_entity');
$this->endpoint = $this
->saveNewEndpoint();
variable_set('file_entity_default_allowed_extensions', 'jpg jpeg gif png txt doc docx xls xlsx pdf ppt pptx pps ppsx odt ods odp mp3 mov mp4 m4a m4v mpeg avi ogg oga ogv weba webp webm');
}