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

Commit

Permalink
Merge pull request zendframework/zendframework#4397 from DASPRiD/feat…
Browse files Browse the repository at this point in the history
…ure/coveralls-support

Add coveralls support and fix a few testing bugs related to coverage
  • Loading branch information
weierophinney committed Jun 28, 2013
3 parents 85f769b + 5c10b75 + c9fab3c commit 4eaed60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Header/AcceptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ public function testWildcardWithDifferentParamsAndRanges()

/**
* @group 3739
* @covers Accept::matchAcceptParams()
* @covers Zend\Http\Header\AbstractAccept::matchAcceptParams()
*/
public function testParamRangesWithDecimals()
{
Expand All @@ -293,8 +293,8 @@ public function testParamRangesWithDecimals()
/**
* @group 3740
* @dataProvider provideParamRanges
* @covers Accept::matchAcceptParams()
* @covers Accept::getParametersFromFieldValuePart()
* @covers Zend\Http\Header\AbstractAccept::matchAcceptParams()
* @covers Zend\Http\Header\AbstractAccept::getParametersFromFieldValuePart()
*/
public function testParamRangesSupportDevStage($range, $input, $success)
{
Expand Down

0 comments on commit 4eaed60

Please sign in to comment.