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

Commit

Permalink
test name for approprite port on set absolute uri
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Aug 13, 2018
1 parent 2b5e588 commit 47dbd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ public function portChangeDataProvider()
/**
* @dataProvider portChangeDataProvider
*/
public function testAbsoluteSetPortWhenNoPort($absoluteURI, $port)
public function testUriPortIsSetToAppropriateDefaultValueWhenAnAbsoluteUriOmittingThePortIsProvided($absoluteURI, $port)
{
$client = new Client();
$client->getUri()->setPort(null);
Expand Down

0 comments on commit 47dbd2e

Please sign in to comment.