mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
delete useless test
This commit is contained in:
parent
02e75eb6dd
commit
9bbe30f5be
@ -163,17 +163,6 @@ class CURLRequestTest extends CIUnitTestCase
|
||||
$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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user