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;
    }