Skip to content

Do not use globals for generating PSR request #15

Description

@lruozzi9

Currently, this translation is handled by the $serverRequest = ServerRequest::fromGlobals(); line that uses the global PHP vars, but this could be a limit, especially for testing purposes. In behat there is not a real HTTP request, so we should remove the use of these globals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions