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 8f99882 commit 5aeb205Copy full SHA for 5aeb205
README.md
@@ -181,15 +181,15 @@ $this->dontSeeArtisanTableOutput([
181
182
#### `seeArtisanTableRowsCount()`
183
184
-Checks if artisan output table rows count is equals to specified value:
+Checks if artisan output table rows count equals to specified value:
185
186
```php
187
$this->seeArtisanTableRowsCount(3);
188
```
189
190
#### `dontSeeArtisanTableRowsCount()`
191
192
-Checks if artisan output table rows count is not equals to specified value:
+Checks if artisan output table rows count not equals to specified value:
193
194
195
$this->dontSeeArtisanTableRowsCount(5);
0 commit comments