summaryrefslogtreecommitdiff
path: root/modules/syslog/syslog.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/syslog/syslog.test')
-rw-r--r--modules/syslog/syslog.test5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/syslog/syslog.test b/modules/syslog/syslog.test
index 691fb7dee..1f7ab2ea8 100644
--- a/modules/syslog/syslog.test
+++ b/modules/syslog/syslog.test
@@ -5,6 +5,9 @@
* Tests for syslog.module.
*/
+/**
+ * Tests the Syslog module functionality.
+ */
class SyslogTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
@@ -19,7 +22,7 @@ class SyslogTestCase extends DrupalWebTestCase {
}
/**
- * Test the syslog settings page.
+ * Tests the syslog settings page.
*/
function testSettings() {
$admin_user = $this->drupalCreateUser(array('administer site configuration'));