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

Commit 8dfffde

Browse files
committed
add assertion for testSendRequestWithRelativeURI()
1 parent bd15e5e commit 8dfffde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ClientTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,5 +547,6 @@ public function testSendRequestWithRelativeURI()
547547
$client = new Client('/example');
548548
$client->setAdapter(Test::class);
549549
$client->send();
550+
$this->assertTrue($client->getUri()->isValidRelative());
550551
}
551552
}

0 commit comments

Comments
 (0)