We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e1e852 + 1fe6b3a commit 7bcee29Copy full SHA for 7bcee29
.phpcs.xml
@@ -4,7 +4,6 @@
4
<exclude name="Generic.PHP.NoSilencedErrors.Discouraged" />
5
<exclude name="MediaWiki.Commenting.FunctionComment.MissingParamTag" />
6
<exclude name="MediaWiki.Commenting.FunctionComment.ParamNameNoMatch" />
7
- <exclude name="MediaWiki.Commenting.MissingCovers.MissingCovers" />
8
<exclude name="PSR12.Properties.ConstantVisibility.NotFound" />
9
</rule>
10
<file>.</file>
tests/TextCatTest.php
@@ -1,5 +1,8 @@
1
<?php
2
3
+/**
+ * @covers \TextCat
+ */
class TextCatTest extends PHPUnit\Framework\TestCase {
private TextCat $testcat;
0 commit comments