Skip to content

Commit

Permalink
Fixing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Onekone committed Feb 17, 2025
1 parent 6a16675 commit 00632c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/OutputFormatTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
])));
});

it('outputs json format file and xml format in cli', function() use ($file) {
it('outputs json format file and xml format in cli', function () use ($file) {

[$statusCode, $output] = run('default', [
'path' => base_path('tests/Fixtures/with-fixable-issues'),
Expand Down

0 comments on commit 00632c2

Please sign in to comment.