File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 */
You can’t perform that action at this time.
0 commit comments