Skip to content

Commit 9bbe30f

Browse files
committed
delete useless test
1 parent 02e75eb commit 9bbe30f

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/system/HTTP/CURLRequestTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -163,17 +163,6 @@ public function testOptionsBaseURIOption(): void
163163
$this->assertSame('http://www.foo.com/api/v1/', $request->getBaseURI()->__toString());
164164
}
165165

166-
public function testOptionsBaseURIOverride(): void
167-
{
168-
$options = [
169-
'baseURI' => 'http://www.foo.com/api/v1/',
170-
'baseURI' => 'http://bogus/com',
171-
];
172-
$request = $this->getRequest($options);
173-
174-
$this->assertSame('http://bogus/com', $request->getBaseURI()->__toString());
175-
}
176-
177166
public function testOptionsHeaders(): void
178167
{
179168
$options = [

0 commit comments

Comments
 (0)