ParaTest\Runners\PHPUnit\Configuration::getConfigDir PHP 메소드

getConfigDir() 공개 메소드

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