Remove not used line
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
3a1a8e8bf8
commit
f790a2c7ed
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user