ParaTest\Runners\PHPUnit\Configuration::getConfigDir PHP Méthode

getConfigDir() public méthode

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