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 45736b5 commit fd759b0Copy full SHA for fd759b0
tests/BrowserTest.php
@@ -518,7 +518,7 @@ public function testWithHeaderShouldOverwriteExistingHeader()
518
$this->browser->get('http://example.com/');
519
}
520
521
- public function testWithHeadersShouldBeMergedCorrectlyWithDefaultHeaders()
+ public function testWithHeaderShouldBeOverwrittenByExplicitHeaderInGetMethod()
522
{
523
$this->browser = $this->browser->withHeader('User-Agent', 'ACMC');
524
0 commit comments