Skip to content

Commit 1b532e1

Browse files
committed
test: remove covers annotation [not required]
1 parent f3465dd commit 1b532e1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: tests/CommentTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44

55
use Ahc\Json\Comment;
66

7-
/** @coversDefaultClass \Ahc\Json\Comment */
87
class CommentTest extends \PHPUnit_Framework_TestCase
98
{
109
/**
1110
* @dataProvider theTests
12-
* @covers \Ahc\Json\Comment::strip
1311
*/
1412
public function testStrip($json, $expect)
1513
{
@@ -18,7 +16,6 @@ public function testStrip($json, $expect)
1816

1917
/**
2018
* @dataProvider theTests
21-
* @covers \Ahc\Json\Comment::decode
2219
*/
2320
public function testDecode($json)
2421
{

0 commit comments

Comments
 (0)