Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Alternate fixes #192 #197

Merged
merged 1 commit into from
Sep 7, 2016
Merged

Conversation

samsonasik
Copy link
Contributor

Alternate fixes #192

@samsonasik samsonasik mentioned this pull request Sep 2, 2016
{
$uri = (new Uri())->withHost('google.com');
$this->assertEquals('google.com', (string) $uri);
$this->assertNotEquals('google.com:', (string) $uri);
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it make a sense if you have a assertEquals?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes, I can remove if requested

@weierophinney weierophinney added this to the 1.3.6 milestone Sep 7, 2016
@weierophinney weierophinney self-assigned this Sep 7, 2016
@weierophinney weierophinney merged commit e022b52 into zendframework:master Sep 7, 2016
weierophinney added a commit that referenced this pull request Sep 7, 2016
Alternate fixes #192

Conflicts:
	test/UriTest.php
weierophinney added a commit that referenced this pull request Sep 7, 2016
weierophinney added a commit that referenced this pull request Sep 7, 2016
weierophinney added a commit that referenced this pull request Sep 7, 2016
@weierophinney
Copy link
Member

Thanks, @samsonasik. I made the change suggested by @snapshotpl on merge.

@samsonasik samsonasik deleted the fix/192 branch September 7, 2016 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unexpected symbol
3 participants