function module_test_modules_disabled

Implements hook_modules_disabled().

File

drupal/modules/simpletest/tests/module_test.module, line 118

Code

function module_test_modules_disabled($modules) {

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