You are here

function dsExportablesTests::dsExportablesSetup in Display Suite 7

Same name and namespace in other branches
  1. 7.2 tests/ds.exportables.test \dsExportablesTests::dsExportablesSetup()

Enables the exportables module.

3 calls to dsExportablesTests::dsExportablesSetup()
dsExportablesTests::testDSExportablesCustomFields in tests/ds.exportables.test
dsExportablesTests::testDSExportablesLayoutFieldsettings in tests/ds.exportables.test
dsExportablesTests::testDSExportablesViewmodes in tests/ds.exportables.test

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();
}