1 actions_loop_test.install actions_loop_test_install()

Implements hook_install().

File

core/modules/simpletest/tests/actions_loop_test.install, line 6

Code

function actions_loop_test_install() {
  module_set_weight('actions_loop_test', 1);
}