function module_test_modules_enabled

Implements hook_modules_enabled().

File

modules/simpletest/tests/module_test.module, line 109

Code

function module_test_modules_enabled($modules) {
    // Record the ordered list of modules that were passed in to this hook so we
    // can check that the modules were enabled in the correct sequence.
    variable_set('test_module_enable_order', $modules);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.