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

Commit fefde14

Browse files
committed
[test] Remove unused provider
1 parent b16192e commit fefde14

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/RequestTest.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,6 @@ public function testConstructorRaisesExceptionForInvalidStream()
4747
new Request(['TOTALLY INVALID']);
4848
}
4949

50-
public function invalidUrls()
51-
{
52-
return [
53-
'null' => [null],
54-
'true' => [true],
55-
'false' => [false],
56-
'int' => [1],
57-
'float' => [1.1],
58-
'array' => [['foo']],
59-
'object' => [(object) ['foo']],
60-
];
61-
}
62-
6350
public function testWithUriReturnsNewInstanceWithNewUri()
6451
{
6552
$request = $this->request->withUri(new Uri('https://example.com:10082/foo/bar?baz=bat'));

0 commit comments

Comments
 (0)