From f2cfe49dc057dfdc241726109025a0e2bf678a16 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Fri, 11 Aug 2017 13:03:41 +0200 Subject: [PATCH] #27 adding `@group` annotation for newly introduced tests --- test/ClientTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/ClientTest.php b/test/ClientTest.php index cddd60a..80f4cbe 100644 --- a/test/ClientTest.php +++ b/test/ClientTest.php @@ -603,6 +603,9 @@ public function testCustomHttpClientUserAgentIsNotOverridden() $this->assertSame($expectedUserAgent, $this->httpClient->getHeader('user-agent')); } + /** + * @group #27 + */ public function testContentTypeIsNotReplaced() { $this->assertFalse( @@ -618,6 +621,9 @@ public function testContentTypeIsNotReplaced() $this->assertSame($expectedContentType, $this->httpClient->getHeader('Content-Type')); } + /** + * @group #27 + */ public function testAcceptIsNotReplaced() { $this->assertFalse(