summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/system_test.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/tests/system_test.module')
-rw-r--r--modules/simpletest/tests/system_test.module14
1 files changed, 14 insertions, 0 deletions
diff --git a/modules/simpletest/tests/system_test.module b/modules/simpletest/tests/system_test.module
index 2134359d2..fadc05e3c 100644
--- a/modules/simpletest/tests/system_test.module
+++ b/modules/simpletest/tests/system_test.module
@@ -143,6 +143,20 @@ function system_test_modules_uninstalled($modules) {
}
/**
+ * Implementation of hook_boot().
+ */
+function system_test_boot() {
+ watchdog('system_test', 'hook_boot');
+}
+
+/**
+ * Implementation of hook_exit().
+ */
+function system_test_exit() {
+ watchdog('system_test', 'hook_exit');
+}
+
+/**
* Menu callback; generate warnings to test the error handler.
*/
function system_test_generate_warnings() {