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 fd759b0 commit cb2d8ebCopy full SHA for cb2d8eb
tests/BrowserTest.php
@@ -577,7 +577,7 @@ public function testWithoutHeaderShouldRemoveExistingHeader()
577
$this->browser->get('http://example.com/');
578
}
579
580
- public function testBrowserShouldHaveDefaultHeaderReactPHP()
+ public function testBrowserShouldSendDefaultUserAgentHeader()
581
{
582
$that = $this;
583
$this->sender->expects($this->once())->method('send')->with($this->callback(function (RequestInterface $request) use ($that) {
0 commit comments