From 51d51e0a4957e8d4200c436c005042ebb2acbfb9 Mon Sep 17 00:00:00 2001 From: 51imyy <83275941+51imyy@users.noreply.github.com> Date: Mon, 12 Sep 2022 09:41:27 +0200 Subject: [PATCH] Update tests/BrowserTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Christian Lück --- tests/BrowserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');