From f790a2c7ede9a5d1f65f4927d3dad967f6dd2361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 17 Feb 2014 13:23:27 +0100 Subject: [PATCH] Remove not used line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/selenium/TestConfig.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/selenium/TestConfig.php b/test/selenium/TestConfig.php index 56ddc40e5b..2626b514c1 100644 --- a/test/selenium/TestConfig.php +++ b/test/selenium/TestConfig.php @@ -38,7 +38,6 @@ class TestConfig */ public function __construct() { - $xml = simplexml_load_file("phpunit.xml.dist"); $xmlDoc = new DOMDocument(); $xmlDoc->load('phpunit.xml.dist'); $searchNode = $xmlDoc->getElementsByTagName("browser");