Skip to content

Commit c883660

Browse files
committed
Generator tests: add @group Windows annotations
1 parent 93153e8 commit c883660

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

tests/Core/Generators/GeneratorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Tests the functionality in the abstract Generator class.
1919
*
2020
* @covers \PHP_CodeSniffer\Generators\Generator
21+
* @group Windows
2122
*/
2223
final class GeneratorTest extends TestCase
2324
{

tests/Core/Generators/HTMLTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Test the HTML documentation generation.
1818
*
1919
* @covers \PHP_CodeSniffer\Generators\HTML
20+
* @group Windows
2021
*/
2122
final class HTMLTest extends TestCase
2223
{

tests/Core/Generators/MarkdownTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Test the Markdown documentation generation.
1818
*
1919
* @covers \PHP_CodeSniffer\Generators\Markdown
20+
* @group Windows
2021
*/
2122
final class MarkdownTest extends TestCase
2223
{

tests/Core/Generators/TextTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* Test the Text documentation generation.
1818
*
1919
* @covers \PHP_CodeSniffer\Generators\Text
20+
* @group Windows
2021
*/
2122
final class TextTest extends TestCase
2223
{

0 commit comments

Comments
 (0)