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
e5380c85
Commit
e5380c85
authored
Dec 22, 2013
by
webchick
Browse files
Issue
#2081115
by deneo, areke, mrsinguyen: Remove Unused local variables from the syslog module.
parent
cb7cd262
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php
View file @
e5380c85
...
@@ -36,7 +36,6 @@ function testSettings() {
...
@@ -36,7 +36,6 @@ function testSettings() {
$admin_user
=
$this
->
drupalCreateUser
(
array
(
'administer site configuration'
));
$admin_user
=
$this
->
drupalCreateUser
(
array
(
'administer site configuration'
));
$this
->
drupalLogin
(
$admin_user
);
$this
->
drupalLogin
(
$admin_user
);
$edit
=
array
();
// If we're on Windows, there is no configuration form.
// If we're on Windows, there is no configuration form.
if
(
defined
(
'LOG_LOCAL6'
))
{
if
(
defined
(
'LOG_LOCAL6'
))
{
$this
->
drupalPostForm
(
'admin/config/development/logging'
,
array
(
'syslog_facility'
=>
LOG_LOCAL6
),
t
(
'Save configuration'
));
$this
->
drupalPostForm
(
'admin/config/development/logging'
,
array
(
'syslog_facility'
=>
LOG_LOCAL6
),
t
(
'Save 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