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

[5.4] Simplify built-in testing in prep for Dusk #16667

Merged
merged 16 commits into from
Dec 5, 2016
Merged

Conversation

taylorotwell
Copy link
Member

No description provided.

@taylorotwell taylorotwell merged commit 073068c into master Dec 5, 2016
@taylorotwell taylorotwell deleted the feature/testing branch December 5, 2016 18:38
@GrahamCampbell GrahamCampbell changed the title Simplify built-in testing in prep for Dusk. [5.4] Simplify built-in testing in prep for Dusk Dec 5, 2016
{
$actual = $this->getStatusCode();

PHPUnit::assertTrue($this->isOk(), "Expected status code 200, got {$actual}.");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1st parameter provide $status, but assertion only check for Response::isOk().

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

Successfully merging this pull request may close these issues.

2 participants