function url_alter_test_install

Impelement hook_install().

File

drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install, line 6

Code

function url_alter_test_install() {

  // Set the weight of this module to one higher than forum.module.
  module_set_weight('url_alter_test', 2);
}