We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f08ec0 commit 5f132d3Copy full SHA for 5f132d3
test/TransportOptionsTest.php
@@ -43,7 +43,7 @@ public function testDefaultHeadersSetsHeaders(): void
43
44
public function testInsecureTakesPrecedenceOverCaCert(): void
45
{
46
- $opts = new TransportOptions(caCertPath: '/path/to/ca.pem', insecure: true);
+ $opts = new TransportOptions(caCertPath: '/nonexistent/ca.pem', insecure: true);
47
$result = $opts->toGuzzleOptions();
48
$this->assertFalse($result['verify']);
49
}
0 commit comments