function action_loop_test_install

Implements hook_install().

File

drupal/core/modules/action/tests/action_loop_test/action_loop_test.install, line 6

Code

function action_loop_test_install() {
  module_set_weight('action_loop_test', 1);
}