Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit e546d98

Browse files
committed
#27 adding @group annotation for newly introduced tests
1 parent 44782da commit e546d98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/ClientTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,9 @@ public function testCustomHttpClientUserAgentIsNotOverridden()
603603
$this->assertSame($expectedUserAgent, $this->httpClient->getHeader('user-agent'));
604604
}
605605

606+
/**
607+
* @group #27
608+
*/
606609
public function testContentTypeIsNotReplaced()
607610
{
608611
$this->assertFalse(
@@ -618,6 +621,9 @@ public function testContentTypeIsNotReplaced()
618621
$this->assertSame($expectedContentType, $this->httpClient->getHeader('Content-Type'));
619622
}
620623

624+
/**
625+
* @group #27
626+
*/
621627
public function testAcceptIsNotReplaced()
622628
{
623629
$this->assertFalse(

0 commit comments

Comments
 (0)