summaryrefslogtreecommitdiff
path: root/modules/simpletest/simpletest.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-24 17:39:35 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-24 17:39:35 +0000
commita24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b (patch)
tree9194465a044c0fdad447eba2906f0472a4dff515 /modules/simpletest/simpletest.api.php
parenta5f42fd007bf3646261b431c52cde53657e21564 (diff)
downloadbrdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.gz
brdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.bz2
- Patch #471070 by stella: millions of code style fixes.
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.