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 76d05b8 commit 6c0f858Copy full SHA for 6c0f858
README.md
@@ -703,7 +703,7 @@ $this->seeRegisteredAlias('Twitter');
703
Checks that specified alias was not registered by alias loader:
704
705
```php
706
-$this->dontSeeRegisteredAlias('Unicorn');
+$this->dontSeeRegisteredAlias('FooBarBaz');
707
```
708
709
#### `seeRegisteredCommand()`
@@ -719,5 +719,5 @@ $this->seeRegisteredCommand('report');
719
Checks that specified command was not registered by service provider:
720
721
722
-$this->dontSeeRegisteredCommand('feed-unicorns');
+$this->dontSeeRegisteredCommand('foobarbaz');
723
0 commit comments