diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
commit | a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b (patch) | |
tree | 9194465a044c0fdad447eba2906f0472a4dff515 /modules/simpletest/simpletest.api.php | |
parent | a5f42fd007bf3646261b431c52cde53657e21564 (diff) | |
download | brdo-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.php | 8 |
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. |