diff --git a/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php b/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php index bba8706295766037bcb1031460b81628c740dd6f..1e1a545953f7b85568a4b8922ec0c1008474a42f 100644 --- a/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php +++ b/core/modules/syslog/lib/Drupal/syslog/Tests/SyslogTest.php @@ -36,7 +36,6 @@ function testSettings() { $admin_user = $this->drupalCreateUser(array('administer site configuration')); $this->drupalLogin($admin_user); - $edit = array(); // If we're on Windows, there is no configuration form. if (defined('LOG_LOCAL6')) { $this->drupalPostForm('admin/config/development/logging', array('syslog_facility' => LOG_LOCAL6), t('Save configuration'));