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 72480eb commit 2fab656Copy full SHA for 2fab656
README.md
@@ -132,6 +132,14 @@ Checks if specified string is seen as artisan output:
132
$this->seeArtisanOutput('Hello, World!');
133
```
134
135
+#### `dontSeeArtisanOutput()`
136
+
137
+Checks if specified string is not seen as artisan output:
138
139
+```php
140
+$this->dontSeeArtisanOutput('Hello, Universe!');
141
+```
142
143
### CollectionAsserts
144
145
#### `assertCollectionsEqual()`
0 commit comments