Skip to content

Commit f341ded

Browse files
committed
TEMP/TESTING / don't let rulesetinclusion test cover
1 parent 35e2b39 commit f341ded

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

tests/Core/Ruleset/RuleInclusionAbsoluteLinuxTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
/**
1717
* Tests for the \PHP_CodeSniffer\Ruleset class using a Linux-style absolute path to include a sniff.
1818
*
19-
* @covers \PHP_CodeSniffer\Ruleset
19+
* @coversxxx \PHP_CodeSniffer\Ruleset
20+
* @coversNothing
2021
*/
2122
final class RuleInclusionAbsoluteLinuxTest extends TestCase
2223
{

tests/Core/Ruleset/RuleInclusionAbsoluteWindowsTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
/**
1717
* Tests for the \PHP_CodeSniffer\Ruleset class using a Windows-style absolute path to include a sniff.
1818
*
19-
* @covers \PHP_CodeSniffer\Ruleset
19+
* @coversxxx \PHP_CodeSniffer\Ruleset
20+
* @coversNothing
21+
*
2022
* @requires OS ^WIN.*.
2123
* @group Windows
2224
*/

tests/Core/Ruleset/RuleInclusionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
/**
1717
* Tests for the \PHP_CodeSniffer\Ruleset class.
1818
*
19-
* @covers \PHP_CodeSniffer\Ruleset
19+
* @coversxxx \PHP_CodeSniffer\Ruleset
20+
* @coversNothing
2021
*/
2122
final class RuleInclusionTest extends AbstractRulesetTestCase
2223
{

0 commit comments

Comments
 (0)