Behat\Testwork\Cli\Application::getBasePath PHP Method

getBasePath() private method

Returns base path.
private getBasePath ( ) : string
return string
    private function getBasePath()
    {
        if ($configPath = $this->configurationLoader->getConfigurationFilePath()) {
            return realpath(dirname($configPath));
        }
        return realpath(getcwd());
    }