summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-03-19 14:23:01 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-03-19 14:23:01 -0700
commitd7197b557f6ee77234887004c5bab9c85896e67e (patch)
treef034f4c60902dcdf1c79a3db142a1e7ecfba8b35
parent7d22696b72174b7f023e6ad61bf913a6ca6e1fc2 (diff)
downloadbrdo-d7197b557f6ee77234887004c5bab9c85896e67e.tar.gz
brdo-d7197b557f6ee77234887004c5bab9c85896e67e.tar.bz2
Issue #1368872 by kid_icarus: A bit more API cleanup for syslog module
-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'));