Skip to content

Commit 7bcee29

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "tests: Add missing covers annotation"
2 parents 9e1e852 + 1fe6b3a commit 7bcee29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.phpcs.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
55
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
66
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
7-
<exclude name="MediaWiki.Commenting.MissingCovers.MissingCovers" />
87
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
98
</rule>
109
<file>.</file>

tests/TextCatTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?php
22

3+
/**
4+
* @covers \TextCat
5+
*/
36
class TextCatTest extends PHPUnit\Framework\TestCase {
47

58
private TextCat $testcat;

0 commit comments

Comments
 (0)