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

getConfigDir() public method

Return the path of the directory that contains the phpunit configuration
public getConfigDir ( ) : string
return string
    public function getConfigDir()
    {
        return dirname($this->path) . DIRECTORY_SEPARATOR;
    }