Skip to content

Commit

Permalink
Generator tests: add @group Windows annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfnl committed Nov 13, 2024
1 parent 93153e8 commit c883660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Core/Generators/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Tests the functionality in the abstract Generator class.
*
* @covers \PHP_CodeSniffer\Generators\Generator
* @group Windows
*/
final class GeneratorTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/Core/Generators/HTMLTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Test the HTML documentation generation.
*
* @covers \PHP_CodeSniffer\Generators\HTML
* @group Windows
*/
final class HTMLTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/Core/Generators/MarkdownTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Test the Markdown documentation generation.
*
* @covers \PHP_CodeSniffer\Generators\Markdown
* @group Windows
*/
final class MarkdownTest extends TestCase
{
Expand Down
1 change: 1 addition & 0 deletions tests/Core/Generators/TextTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
* Test the Text documentation generation.
*
* @covers \PHP_CodeSniffer\Generators\Text
* @group Windows
*/
final class TextTest extends TestCase
{
Expand Down

0 comments on commit c883660

Please sign in to comment.