Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
malcomio committed Aug 3, 2023
1 parent 270bca6 commit 5313baa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/Unit/Task/PhpMdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ public function provideExternalTaskRuns(): iterable
'hello.php,hello2.php',
'text',
'cleancode,codesize,naming',
'--suffixes',
'php',
]
];

Expand All @@ -129,6 +131,8 @@ public function provideExternalTaskRuns(): iterable
'cleancode,codesize,naming',
'--exclude',
'hello.php,hello2.php',
'--suffixes',
'php',
]
];

Expand All @@ -142,6 +146,8 @@ public function provideExternalTaskRuns(): iterable
'hello.php,hello2.php',
'text',
'cleancode',
'--suffixes',
'php',
]
];

Expand All @@ -155,6 +161,8 @@ public function provideExternalTaskRuns(): iterable
'hello.php,hello2.php',
'ansi',
'cleancode,codesize,naming',
'--suffixes',
'php',
]
];
}
Expand Down

0 comments on commit 5313baa

Please sign in to comment.