Skip to content

Commit

Permalink
delete useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Nov 30, 2024
1 parent 02e75eb commit 9bbe30f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tests/system/HTTP/CURLRequestTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,17 +163,6 @@ public function testOptionsBaseURIOption(): void
$this->assertSame('http://www.foo.com/api/v1/', $request->getBaseURI()->__toString());
}

public function testOptionsBaseURIOverride(): void
{
$options = [
'baseURI' => 'http://www.foo.com/api/v1/',
'baseURI' => 'http://bogus/com',
];
$request = $this->getRequest($options);

$this->assertSame('http://bogus/com', $request->getBaseURI()->__toString());
}

public function testOptionsHeaders(): void
{
$options = [
Expand Down

0 comments on commit 9bbe30f

Please sign in to comment.