Codeception\Module\WPSugarMethods::supportedWpComponents PHP Метод

supportedWpComponents() публичный Метод

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