Skip to content

Commit c320718

Browse files
joelwurtzNyholm
authored andcommitted
Set psr18 expected exception instead of httplug (#42)
1 parent ffd1d52 commit c320718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public function testSendRequestWithOutcome($uriAndOutcome, $protocolVersion, arr
9595
}
9696

9797
/**
98-
* @expectedException \Http\Client\Exception
98+
* @expectedException \Psr\Http\Client\NetworkExceptionInterface
9999
* @group integration
100100
*/
101101
public function testSendWithInvalidUri()

0 commit comments

Comments
 (0)