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

Add ability to get effective response URI #69

Merged
merged 3 commits into from
Jun 10, 2019
Merged

Add ability to get effective response URI #69

merged 3 commits into from
Jun 10, 2019

Conversation

fyrts
Copy link
Contributor

@fyrts fyrts commented Apr 2, 2019

Not sure how I would go about reducing the send method to a single expression. Any suggestions?

@@ -487,6 +487,14 @@ function can_use_digest_auth()
$this->assertTrue($response->isOk());
}

/** @test */
function can_retrieve_effective_uri()

Choose a reason for hiding this comment

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

It misses public hint for this method.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm all for adding the public hint, but wouldn't that make it inconsistent with the other tests, considering that they don't have any visibility hints declared either?

@peter279k
Copy link

The PR has been conflicts, and it should merge master branch.

@m1guelpf
Copy link
Contributor

cc @adamwathan any chance of this getting in?

@adamwathan
Copy link
Contributor

adamwathan commented Jun 10, 2019

Can we change effectiveURI to effectiveUri? We have asJson instead of asJSON already so I think that would be more consistent. Happy to merge then 👍

@adamwathan adamwathan merged commit e4ae7ac into kitetail:master Jun 10, 2019
@adamwathan
Copy link
Contributor

Tagged a new release, thanks.

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.

4 participants