Skip to content

Commit

Permalink
array -> string
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkVaughn committed Jul 8, 2020
1 parent 6b63bca commit f0fe2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Unit/Task/PhpMdTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function provideExternalTaskRuns(): iterable

yield 'report_formats' => [
[
'report_format' => ['ansi'],
'report_format' => 'ansi',
],
$this->mockContext(RunContext::class, ['hello.php', 'hello2.php']),
'phpmd',
Expand Down

0 comments on commit f0fe2d0

Please sign in to comment.