summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/simpletest.api.php')
-rw-r--r--modules/simpletest/simpletest.api.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/simpletest/simpletest.api.php b/modules/simpletest/simpletest.api.php
index a1cc808de..d507a31e5 100644
--- a/modules/simpletest/simpletest.api.php
+++ b/modules/simpletest/simpletest.api.php
@@ -13,7 +13,7 @@
/**
* A test group has started.
- *
+ *
* This hook is called just once at the beginning of a test group.
*
* @return
@@ -27,7 +27,7 @@ function hook_test_group_started() {
* A test group has finished.
*
* This hook is called just once at the end of a test group.
- *
+ *
* @return
* None.
*
@@ -37,11 +37,11 @@ function hook_test_group_finished() {
/**
* An individual test has finished.
- *
+ *
* This hook is called when an individual test has finished.
*
* @param
- * $results The results of the test as gathered by DrupalWebTestCase.
+ * $results The results of the test as gathered by DrupalWebTestCase.
*
* @return
* None.