Issue #1788588 by pcambra | cosmicdreams: Fixed Remove unused variables from SimpleTest's WebTestBase.
parent
3b6b271e27
commit
05b12c58bc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue