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");