Skip to content

Commit 39456b1

Browse files
committed
ITT: Readme minor fixes.
1 parent f937c30 commit 39456b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ $this->willSeeConfirmation('Are you sure?', MyCommand::class);
176176
Checks if confirmation is not seen during artisan command execution:
177177
178178
```php
179-
$this->willNotSeeConfirmation('Are you sure?', OtherCommand::class);
179+
$this->willNotSeeConfirmation('Are you sure?', MyCommand::class);
180180
```
181181
182182
#### `willGiveConfirmation()`

0 commit comments

Comments
 (0)