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 f100296 commit 396e9ddCopy full SHA for 396e9dd
README.md
@@ -163,15 +163,15 @@ $command = $this->runArtisan(new MyCommand, ['--name' => 'Jane']);
163
164
#### `willSeeConfirmation()`
165
166
-Checks if confirmation is seen while artisan command execution:
+Checks if confirmation is seen during artisan command execution:
167
168
```php
169
$this->willSeeConfirmation('Are you sure?', MyCommand::class);
170
```
171
172
#### `willNotSeeConfirmation()`
173
174
-Checks if confirmation is not seen while artisan command execution:
+Checks if confirmation is not seen during artisan command execution:
175
176
177
$this->willNotSeeConfirmation('Are you sure?', OtherCommand::class);
0 commit comments