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

Commit

Permalink
#27 adding @group annotation for newly introduced tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Aug 11, 2017
1 parent 548494d commit f2cfe49
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/ClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,9 @@ public function testCustomHttpClientUserAgentIsNotOverridden()
$this->assertSame($expectedUserAgent, $this->httpClient->getHeader('user-agent'));
}

/**
* @group #27
*/
public function testContentTypeIsNotReplaced()
{
$this->assertFalse(
Expand All @@ -618,6 +621,9 @@ public function testContentTypeIsNotReplaced()
$this->assertSame($expectedContentType, $this->httpClient->getHeader('Content-Type'));
}

/**
* @group #27
*/
public function testAcceptIsNotReplaced()
{
$this->assertFalse(
Expand Down

0 comments on commit f2cfe49

Please sign in to comment.