Skip to content

Commit cb2d8eb

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

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
@@ -577,7 +577,7 @@ public function testWithoutHeaderShouldRemoveExistingHeader()
577577
$this->browser->get('http://example.com/');
578578
}
579579

580-
public function testBrowserShouldHaveDefaultHeaderReactPHP()
580+
public function testBrowserShouldSendDefaultUserAgentHeader()
581581
{
582582
$that = $this;
583583
$this->sender->expects($this->once())->method('send')->with($this->callback(function (RequestInterface $request) use ($that) {

0 commit comments

Comments
 (0)