Skip to content

Commit

Permalink
Merge pull request #6 from teresko/master
Browse files Browse the repository at this point in the history
Minor: docblocks for coverage inspection
  • Loading branch information
teresko committed Feb 22, 2016
2 parents caff68f + 9c27d4b commit b5ed081
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/unit/Fracture/Http/Headers/AcceptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ public function testContainsForEmptyValue()
* @covers Fracture\Http\Headers\Accept::obtainEntryFromList
* @covers Fracture\Http\Headers\Accept::getFormatedEntry
* @covers Fracture\Http\Headers\Accept::replaceStars
* @covers Fracture\Http\Headers\Accept::sortBySpecificity
* @covers Fracture\Http\Headers\Accept::computeSpecificity
*
* @dataProvider provideTypesForComputation
*/
Expand All @@ -232,6 +234,9 @@ public function provideTypesForComputation()
* @covers Fracture\Http\Headers\Accept::__construct
* @covers Fracture\Http\Headers\Accept::prepare
* @covers Fracture\Http\Headers\Accept::getPreferred
*
* @covers Fracture\Http\Headers\Accept::sortBySpecificity
* @covers Fracture\Http\Headers\Accept::computeSpecificity
*/
public function testPreferredTypeComputionForEmptyHeaderValue()
{
Expand Down

0 comments on commit b5ed081

Please sign in to comment.