Skip to content

Commit

Permalink
Test file names fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
LastDragon-ru committed Jan 1, 2024
1 parent 88272b0 commit 6c14350
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ public static function dataProviderProcess(): array {
new IncludeDocBlockParameters(summary: true, description: false),
],
'no docblock' => [
'NoDocblockExpected.txt',
'NoDocblock.txt',
'NoDocBlockExpected.txt',
'NoDocBlock.txt',
new IncludeDocBlockParameters(),
],
'invalid' => [
Expand Down

0 comments on commit 6c14350

Please sign in to comment.