diff options
Diffstat (limited to 'modules/simpletest/tests/actions.test')
-rw-r--r-- | modules/simpletest/tests/actions.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/simpletest/tests/actions.test b/modules/simpletest/tests/actions.test index 4eeb70390..9c36d0e2f 100644 --- a/modules/simpletest/tests/actions.test +++ b/modules/simpletest/tests/actions.test @@ -104,7 +104,7 @@ class ActionLoopTestCase extends DrupalWebTestCase { /** * Create an infinite loop by causing a watchdog message to be set, - * which causes the actions to be triggered again, up to actions_max_stack + * which causes the actions to be triggered again, up to actions_max_stack * times. */ protected function triggerActions() { |