From 05b12c58bc8c02da3300d0e804a2148283abf087 Mon Sep 17 00:00:00 2001 From: Dries Date: Fri, 5 Oct 2012 15:15:45 -0400 Subject: [PATCH] Issue #1788588 by pcambra | cosmicdreams: Fixed Remove unused variables from SimpleTest's WebTestBase. --- core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php b/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php index 4d86f8d738a..016ffd0c305 100644 --- a/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php +++ b/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php @@ -593,7 +593,6 @@ abstract class WebTestBase extends TestBase { */ protected function setUp() { global $user, $conf; - $language_interface = language(LANGUAGE_TYPE_INTERFACE); // When running tests through the Simpletest UI (vs. on the command line), // Simpletest's batch conflicts with the installer's batch. Batch API does