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 11fc92b commit b809e6cCopy full SHA for b809e6c
README.md
@@ -307,3 +307,11 @@ Checks that specified command was successfully registered by service provider:
307
```php
308
$this->assertCommandRegistered('do-something');
309
```
310
+
311
+#### `assertCommandNotRegistered()`
312
313
+Checks that specified command was not registered by service provider:
314
315
+```php
316
+$this->assertCommandNotRegistered('unexisting');
317
+```
0 commit comments