Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
maximebeaudoin opened this issue Jan 16, 2013 · 2 comments
Closed

Comments

@maximebeaudoin
Copy link
Contributor

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.

@maximebeaudoin
Copy link
Contributor Author

Is there anyone else experiencing this problem?

@taylorotwell
Copy link
Member

This is fixed. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants