Skip to content

Commit

Permalink
Fix PHPCS.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 9, 2016
1 parent 361fb24 commit 3d63012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Network/ResponseTest.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1667,7 +1667,7 @@ public function testWithFileDownloadAndName()
] ]
); );
$this->assertEquals( $this->assertEquals(
'text/html; charset=UTF-8', 'text/html; charset=UTF-8',
$response->getHeaderLine('Content-Type'), $response->getHeaderLine('Content-Type'),
'No mutation' 'No mutation'
); );
Expand Down

0 comments on commit 3d63012

Please sign in to comment.