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 e67e38c commit f2c4b0fCopy full SHA for f2c4b0f
1 file changed
tests/Feature/PsrTest.php
@@ -34,7 +34,7 @@
34
MockResponse::make(headers: ['X-Null-Header' => null]),
35
]);
36
37
- $connector = new TestConnector()->debug();
+ $connector = new TestConnector();
38
$connector->withMockClient($mockClient);
39
40
$response = $connector->send(new NullHeaderRequest());
0 commit comments