Codeception\Module\WPSugarMethods::supportedWpComponents PHP Method

supportedWpComponents() public method

Returns a list of WordPress components that would not be included by default in a WordPress bootstrap.
public supportedWpComponents ( ) : array
return array An associative array of human readable name to `wpRootFolder` relative file path.
    public function supportedWpComponents()
    {
        return ['plugins' => 'wp-admin/includes/plugin.php'];
    }