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 acf07ed commit 11fc92bCopy full SHA for 11fc92b
README.md
@@ -299,3 +299,11 @@ Checks that specified alias was not registered by alias loader:
299
```php
300
$this->assertAliasNotRegistered('Acme\Alias\Unexisting');
301
```
302
+
303
+#### `assertCommandRegistered()`
304
305
+Checks that specified command was successfully registered by service provider:
306
307
+```php
308
+$this->assertCommandRegistered('do-something');
309
+```
0 commit comments