Codeception\Module\WPDb::grabSiteUrl PHP Method

grabSiteUrl() public method

Returns the current site url as specified in the module configuration.
public grabSiteUrl ( ) : string
return string The current site URL
    public function grabSiteUrl()
    {
        return $this->config['url'];
    }
WPDb