function dsExportablesTests::dsExportablesSetup in Display Suite 7
Same name and namespace in other branches
- 7.2 tests/ds.exportables.test \dsExportablesTests::dsExportablesSetup()
Enables the exportables module.
3 calls to dsExportablesTests::dsExportablesSetup()
File
- tests/
ds.exportables.test, line 24 - Base functions and tests for Display Suite.
Class
- dsExportablesTests
- @file Base functions and tests for Display Suite.
Code
function dsExportablesSetup() {
module_enable(array(
'ds_exportables_test',
));
drupal_flush_all_caches();
}