Skip to content

Commit

Permalink
ITT: Service provider asserts readme info added.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Dec 10, 2016
1 parent 11fc92b commit b809e6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,11 @@ Checks that specified command was successfully registered by service provider:
```php
$this->assertCommandRegistered('do-something');
```
#### `assertCommandNotRegistered()`
Checks that specified command was not registered by service provider:
```php
$this->assertCommandNotRegistered('unexisting');
```

0 comments on commit b809e6c

Please sign in to comment.