summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/syslog/syslog.module2
-rw-r--r--modules/syslog/syslog.test5
2 files changed, 5 insertions, 2 deletions
diff --git a/modules/syslog/syslog.module b/modules/syslog/syslog.module
index 7c7bf40b7..64226b343 100644
--- a/modules/syslog/syslog.module
+++ b/modules/syslog/syslog.module
@@ -71,7 +71,7 @@ function syslog_form_system_logging_settings_alter(&$form, &$form_state) {
}
/**
- * List all possible syslog facilities for UNIX/Linux.
+ * Lists all possible syslog facilities for UNIX/Linux.
*
* @return array
*/
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'));