diff options
Diffstat (limited to 'modules/help/help.test')
-rw-r--r-- | modules/help/help.test | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/help/help.test b/modules/help/help.test index 8033c4c0e..73b4dedc8 100644 --- a/modules/help/help.test +++ b/modules/help/help.test @@ -1,5 +1,9 @@ <?php -// $Id$ + +/** + * @file + * Tests for help.module. + */ class HelpTestCase extends DrupalWebTestCase { protected $big_user; |