Skip to content

Commit

Permalink
ITT: Readme minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Dec 24, 2016
1 parent f937c30 commit 39456b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $this->willSeeConfirmation('Are you sure?', MyCommand::class);
Checks if confirmation is not seen during artisan command execution:
```php
$this->willNotSeeConfirmation('Are you sure?', OtherCommand::class);
$this->willNotSeeConfirmation('Are you sure?', MyCommand::class);
```
#### `willGiveConfirmation()`
Expand Down

0 comments on commit 39456b1

Please sign in to comment.