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

getPath() 공개 메소드

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