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

getPath() public method

Returns the path to the phpunit configuration file
public getPath ( ) : string
return string
    public function getPath()
    {
        return $this->path;
    }