We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f937c30 commit 39456b1Copy full SHA for 39456b1
README.md
@@ -176,7 +176,7 @@ $this->willSeeConfirmation('Are you sure?', MyCommand::class);
176
Checks if confirmation is not seen during artisan command execution:
177
178
```php
179
-$this->willNotSeeConfirmation('Are you sure?', OtherCommand::class);
+$this->willNotSeeConfirmation('Are you sure?', MyCommand::class);
180
```
181
182
#### `willGiveConfirmation()`
0 commit comments