Skip to content

Commit

Permalink
Update tests/BrowserTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Lück <christian@clue.engineering>
  • Loading branch information
51imyyy and clue committed Sep 12, 2022
1 parent fd759b0 commit cb2d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/BrowserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ public function testWithoutHeaderShouldRemoveExistingHeader()
$this->browser->get('http://example.com/');
}

public function testBrowserShouldHaveDefaultHeaderReactPHP()
public function testBrowserShouldSendDefaultUserAgentHeader()
{
$that = $this;
$this->sender->expects($this->once())->method('send')->with($this->callback(function (RequestInterface $request) use ($that) {
Expand Down

0 comments on commit cb2d8eb

Please sign in to comment.