Skip to content

Commit

Permalink
Add --no-interaction option to test without required args
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Dec 27, 2023
1 parent 5ec0cf4 commit 500f700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Scaffolder/ScaffolderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function testCommandNameIsRequired(): void

$this->assertScaffolderCommandSame(
'create:command',
[],
['-n' => false],
'',
);
}
Expand Down

0 comments on commit 500f700

Please sign in to comment.