We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e75eb commit 9bbe30fCopy full SHA for 9bbe30f
tests/system/HTTP/CURLRequestTest.php
@@ -163,17 +163,6 @@ public function testOptionsBaseURIOption(): void
163
$this->assertSame('http://www.foo.com/api/v1/', $request->getBaseURI()->__toString());
164
}
165
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
177
public function testOptionsHeaders(): void
178
{
179
$options = [
0 commit comments