Skip to content

Commit fd759b0

Browse files
51imyyyclue
andauthored
Update tests/BrowserTest.php
Co-authored-by: Christian Lück <[email protected]>
1 parent 45736b5 commit fd759b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/BrowserTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ public function testWithHeaderShouldOverwriteExistingHeader()
518518
$this->browser->get('http://example.com/');
519519
}
520520

521-
public function testWithHeadersShouldBeMergedCorrectlyWithDefaultHeaders()
521+
public function testWithHeaderShouldBeOverwrittenByExplicitHeaderInGetMethod()
522522
{
523523
$this->browser = $this->browser->withHeader('User-Agent', 'ACMC');
524524

0 commit comments

Comments
 (0)