We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3465dd commit 1b532e1Copy full SHA for 1b532e1
tests/CommentTest.php
@@ -4,12 +4,10 @@
4
5
use Ahc\Json\Comment;
6
7
-/** @coversDefaultClass \Ahc\Json\Comment */
8
class CommentTest extends \PHPUnit_Framework_TestCase
9
{
10
/**
11
* @dataProvider theTests
12
- * @covers \Ahc\Json\Comment::strip
13
*/
14
public function testStrip($json, $expect)
15
@@ -18,7 +16,6 @@ public function testStrip($json, $expect)
18
16
19
17
20
21
- * @covers \Ahc\Json\Comment::decode
22
23
public function testDecode($json)
24
0 commit comments