Skip to content

[Bug] Problem using $this->call('POST') when using TestCase.php #68

Closed
@maximebeaudoin

Description

@maximebeaudoin

In unit testing, when using this :

$this->call('POST', $uri, $parameters);

The controllers doesn't receive POST parameters. All parameters is set in Client and Request objects before doRequest() is triggered. However, $_POST and Input::all(); still empty in the controller@action we call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions