Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d8a48542
Commit
d8a48542
authored
Mar 19, 2012
by
Jennifer Hodgdon
Browse files
Issue
#1368872
by kid_icarus: A bit more API cleanup for syslog module
parent
ad15b5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/modules/syslog/syslog.module
View file @
d8a48542
...
...
@@ -71,7 +71,7 @@ function syslog_form_system_logging_settings_alter(&$form, &$form_state) {
}
/**
* List all possible syslog facilities for UNIX/Linux.
* List
s
all possible syslog facilities for UNIX/Linux.
*
* @return array
*/
...
...
core/modules/syslog/syslog.test
View file @
d8a48542
...
...
@@ -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.
* Test
s
the syslog settings page.
*/
function
testSettings
()
{
$admin_user
=
$this
->
drupalCreateUser
(
array
(
'administer site configuration'
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment