Skip to content

Commit 12720d1

Browse files
committed
ITT: Minor readme fixes.
1 parent 6c0f858 commit 12720d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ $this->dontSeeRegisteredAlias('FooBarBaz');
711711
Checks that specified command was successfully registered by service provider:
712712

713713
```php
714-
$this->seeRegisteredCommand('report');
714+
$this->seeRegisteredCommand('my-command');
715715
```
716716

717717
#### `dontSeeRegisteredCommand()`

0 commit comments

Comments
 (0)