Skip to content

Commit fe937dd

Browse files
author
Ross Mitchell
committed
Update the covers annotation
1 parent f277f2d commit fe937dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/Small/Psr4ValidatorTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
*
1515
* @SuppressWarnings(PHPMD.StaticAccess)
1616
* @coversDefaultClass \EdmondsCommerce\PHPQA\Psr4Validator
17-
* @uses \EdmondsCommerce\PHPQA\Helper
1817
*
1918
* @internal
2019
*
@@ -24,6 +23,7 @@ final class Psr4ValidatorTest extends TestCase
2423
{
2524
/**
2625
* @throws Exception
26+
* @covers \EdmondsCommerce\PHPQA\Helper::getComposerJsonDecoded
2727
* @covers \EdmondsCommerce\PHPQA\Psr4Validator
2828
* @small
2929
*/
@@ -46,6 +46,7 @@ public function testItFindsNoErrorsOnAValidProject(): void
4646

4747
/**
4848
* @throws Exception
49+
* @covers \EdmondsCommerce\PHPQA\Helper::getComposerJsonDecoded
4950
* @covers \EdmondsCommerce\PHPQA\Psr4Validator
5051
* @small
5152
*/
@@ -68,6 +69,7 @@ public function testItCanHandleOddComposerConfigs(): void
6869

6970
/**
7071
* @throws Exception
72+
* @covers \EdmondsCommerce\PHPQA\Helper::getComposerJsonDecoded
7173
* @covers \EdmondsCommerce\PHPQA\Psr4Validator
7274
* @small
7375
*/

0 commit comments

Comments
 (0)