Skip to content

Commit 51d51e0

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

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
@@ -588,7 +588,7 @@ public function testBrowserShouldSendDefaultUserAgentHeader()
588588
$this->browser->get('http://example.com/');
589589
}
590590

591-
public function testWithoutHeaderShouldRemoveDefaultHeader()
591+
public function testBrowserShouldNotSendDefaultUserAgentHeaderIfWithoutHeaderRemovesUserAgent()
592592
{
593593
$this->browser = $this->browser->withoutHeader('UsEr-AgEnT');
594594

0 commit comments

Comments
 (0)