Skip to content

Commit

Permalink
Fix testDefaultCommand command1 action indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kodie committed Nov 19, 2024
1 parent 526dae6 commit ccf09f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ApplicationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public function testDefaultCommand()

// Add some sample commands to the application
$app->command('command1')->action(function () {
echo 'This should be the default command';
echo 'This should be the default command';
});
$app->command('command2');

Expand Down

0 comments on commit ccf09f4

Please sign in to comment.