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 cb2d8eb commit 51d51e0Copy full SHA for 51d51e0
tests/BrowserTest.php
@@ -588,7 +588,7 @@ public function testBrowserShouldSendDefaultUserAgentHeader()
588
$this->browser->get('http://example.com/');
589
}
590
591
- public function testWithoutHeaderShouldRemoveDefaultHeader()
+ public function testBrowserShouldNotSendDefaultUserAgentHeaderIfWithoutHeaderRemovesUserAgent()
592
{
593
$this->browser = $this->browser->withoutHeader('UsEr-AgEnT');
594
0 commit comments