diff --git a/tests/BrowserTest.php b/tests/BrowserTest.php index b9d47ab7..75717169 100644 --- a/tests/BrowserTest.php +++ b/tests/BrowserTest.php @@ -588,7 +588,7 @@ public function testBrowserShouldSendDefaultUserAgentHeader() $this->browser->get('http://example.com/'); } - public function testWithoutHeaderShouldRemoveDefaultHeader() + public function testBrowserShouldNotSendDefaultUserAgentHeaderIfWithoutHeaderRemovesUserAgent() { $this->browser = $this->browser->withoutHeader('UsEr-AgEnT');