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 353bcf7 commit 123d811Copy full SHA for 123d811
README.md
@@ -182,15 +182,15 @@ $this->dontSeeElementTimes('.body-item', 5);
182
183
#### `assertScheduleCount()`
184
185
-Checks that schedule events count is exactly as expected:
+Checks that schedule events count is exactly as specified:
186
187
```php
188
$this->assertScheduleCount(3);
189
```
190
191
#### `assertNotScheduleCount()`
192
193
-Checks that schedule events count is not exactly as expected:
+Checks that schedule events count is not exactly as specified:
194
195
196
$this->assertNotScheduleCount(5);
0 commit comments