ParaTest\Runners\PHPUnit\Configuration::__construct PHP Method

__construct() public method

public __construct ( $path )
    public function __construct($path)
    {
        $this->path = $path;
        if (file_exists($path)) {
            $this->xml = simplexml_load_string(file_get_contents($path));
        }
    }