File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ $this->willNotSeeConfirmation('Are you sure?', MyCommand::class);
214214
215215#### `willGiveConfirmation()`
216216
217- Check if the confirmation is seen during artisan command execution and accept it:
217+ Check if the confirmation is seen during artisan command execution, and accept it:
218218
219219```php
220220$this->willGiveConfirmation(' Are you sure? ' , MyCommand::class);
@@ -224,7 +224,7 @@ $this->seeArtisanOutput('Done!');
224224
225225#### `willNotGiveConfirmation()`
226226
227- Check if the confirmation is seen during artisan command execution and refuse it:
227+ Check if the confirmation is seen during artisan command execution, and refuse it:
228228
229229```php
230230$this->willNotGiveConfirmation(' Are you sure? ' , MyCommand::class);
You can’t perform that action at this time.
0 commit comments