summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/boot_test_2.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/boot_test_2.module')
-rw-r--r--modules/simpletest/tests/boot_test_2.module13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/simpletest/tests/boot_test_2.module b/modules/simpletest/tests/boot_test_2.module
new file mode 100644
index 000000000..c3ab8d61d
--- /dev/null
+++ b/modules/simpletest/tests/boot_test_2.module
@@ -0,0 +1,13 @@
+<?php
+
+/**
+ * @file
+ * Defines a hook_help() implementation in a non-"bootstrap" module.
+ */
+
+/**
+ * Implements hook_help().
+ */
+function boot_test_2_help($path, $arg) {
+ // Empty hook.
+}