Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
d8a48542
Commit
d8a48542
authored
Mar 19, 2012
by
jhodgdon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1368872
by kid_icarus: A bit more API cleanup for syslog module
parent
ad15b5ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
core/modules/syslog/syslog.module
core/modules/syslog/syslog.module
+1
-1
core/modules/syslog/syslog.test
core/modules/syslog/syslog.test
+4
-1
No files found.
core/modules/syslog/syslog.module
View file @
d8a48542
...
@@ -71,7 +71,7 @@ function syslog_form_system_logging_settings_alter(&$form, &$form_state) {
...
@@ -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
* @return array
*/
*/
...
...
core/modules/syslog/syslog.test
View file @
d8a48542
...
@@ -5,6 +5,9 @@
...
@@ -5,6 +5,9 @@
* Tests for syslog.module.
* Tests for syslog.module.
*/
*/
/**
* Tests the Syslog module functionality.
*/
class
SyslogTestCase
extends
DrupalWebTestCase
{
class
SyslogTestCase
extends
DrupalWebTestCase
{
public
static
function
getInfo
()
{
public
static
function
getInfo
()
{
return
array
(
return
array
(
...
@@ -19,7 +22,7 @@ class SyslogTestCase extends DrupalWebTestCase {
...
@@ -19,7 +22,7 @@ class SyslogTestCase extends DrupalWebTestCase {
}
}
/**
/**
* Test the syslog settings page.
* Test
s
the syslog settings page.
*/
*/
function
testSettings
()
{
function
testSettings
()
{
$admin_user
=
$this
->
drupalCreateUser
(
array
(
'administer site configuration'
));
$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