summaryrefslogtreecommitdiff
path: root/modules/simpletest/tests/actions_loop_test.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
committerDries Buytaert <dries@buytaert.net>2009-12-04 16:49:48 +0000
commit1da26fadfe9cdcbd89a912b9f61c710adff4c6c8 (patch)
treed77a0c5420a53c65d24b8ac1842b7f1e356c39d3 /modules/simpletest/tests/actions_loop_test.module
parent8523aca33e828c638f2373e5be4e80ed30866a58 (diff)
downloadbrdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.gz
brdo-1da26fadfe9cdcbd89a912b9f61c710adff4c6c8.tar.bz2
- Patch #502190 by jhodgdon, stella, sun: hook implementation headers out of compliance with standards.
Diffstat (limited to 'modules/simpletest/tests/actions_loop_test.module')
-rw-r--r--modules/simpletest/tests/actions_loop_test.module8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/simpletest/tests/actions_loop_test.module b/modules/simpletest/tests/actions_loop_test.module
index a31415891..9c966c3e0 100644
--- a/modules/simpletest/tests/actions_loop_test.module
+++ b/modules/simpletest/tests/actions_loop_test.module
@@ -2,7 +2,7 @@
// $Id$
/**
- * Implement hook_trigger_info().
+ * Implements hook_trigger_info().
*/
function actions_loop_test_trigger_info() {
return array(
@@ -15,7 +15,7 @@ function actions_loop_test_trigger_info() {
}
/**
- * Implement hook_watchdog().
+ * Implements hook_watchdog().
*/
function actions_loop_test_watchdog(array $log_entry) {
// If the triggering actions are not explicitly enabled, abort.
@@ -36,7 +36,7 @@ function actions_loop_test_watchdog(array $log_entry) {
}
/**
- * Implement hook_init().
+ * Implements hook_init().
*/
function actions_loop_test_init() {
if (!empty($_GET['trigger_actions_on_watchdog'])) {
@@ -45,7 +45,7 @@ function actions_loop_test_init() {
}
/**
- * Implement hook_action_info().
+ * Implements hook_action_info().
*/
function actions_loop_test_action_info() {
return array(