diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-11-25 13:14:29 +0000 |
commit | eda100b83da4d71bf0bfa6c614e08327ef0d292b (patch) | |
tree | ac11fb0aae0e68aee34b4aeffb7f32778bcf809d /modules/forum/forum.test | |
parent | 66df602593230a2483d6538927fd66310c28c3f8 (diff) | |
download | brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.gz brdo-eda100b83da4d71bf0bfa6c614e08327ef0d292b.tar.bz2 |
- Patch #338403 by drewish: code comments clean-up.
Diffstat (limited to 'modules/forum/forum.test')
-rw-r--r-- | modules/forum/forum.test | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test index 2dfb55f7b..4aaf18cad 100644 --- a/modules/forum/forum.test +++ b/modules/forum/forum.test @@ -11,9 +11,6 @@ class ForumTestCase extends DrupalWebTestCase { protected $root_forum; protected $nids; - /** - * Implementation of getInfo(). - */ function getInfo() { return array( 'name' => t('Forum functionality'), |