Fix path to a file
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
f790a2c7ed
commit
b89988a4e9
@ -39,7 +39,7 @@ class TestConfig
|
||||
public function __construct()
|
||||
{
|
||||
$xmlDoc = new DOMDocument();
|
||||
$xmlDoc->load('phpunit.xml.dist');
|
||||
$xmlDoc->load('../phpunit.xml.dist');
|
||||
$searchNode = $xmlDoc->getElementsByTagName("browser");
|
||||
foreach ($searchNode as $searchNode) {
|
||||
$this->setCurrentBrowser($searchNode->getAttribute('browser'));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user