Skip to content

Commit

Permalink
add --exclude-suite and --test-suffix to allowedOptionsDataProvider
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelecarelle committed Sep 25, 2024
1 parent d7a3d40 commit b63a522
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Functional/Configuration/PassThroughTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ public static function allowedOptionsDataProvider(): array
['--dont-report-useless-tests'],
['--use-baseline'],
['--ignore-baseline'],
['--test-suffix'],
['--exclude-testsuite'],
];
}

Expand Down

0 comments on commit b63a522

Please sign in to comment.