Version 1
[yaffs-website] / web / core / modules / system / tests / modules / url_alter_test / url_alter_test.install
diff --git a/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.install b/web/core/modules/system/tests/modules/url_alter_test/url_alter_test.install
new file mode 100644 (file)
index 0000000..0237a9e
--- /dev/null
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @file
+ * Install hooks for test module.
+ */
+
+/**
+ * Implements hook_install().
+ */
+function url_alter_test_install() {
+  // Set the weight of this module to one higher than forum.module.
+  module_set_weight('url_alter_test', 2);
+}