Skip to content

Commit

Permalink
Issue #1368872 by kid_icarus: A bit more API cleanup for syslog module
Browse files Browse the repository at this point in the history
  • Loading branch information
jhodgdon-drp committed Mar 19, 2012
1 parent ad15b5a commit d8a4854
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/modules/syslog/syslog.module
Expand Up @@ -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
*/
Expand Down
5 changes: 4 additions & 1 deletion core/modules/syslog/syslog.test
Expand Up @@ -5,6 +5,9 @@
* Tests for syslog.module.
*/

/**
* Tests the Syslog module functionality.
*/
class SyslogTestCase extends DrupalWebTestCase {
public static function getInfo() {
return array(
Expand All @@ -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'));
Expand Down

0 comments on commit d8a4854

Please sign in to comment.