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 79c7985 commit e4297f0Copy full SHA for e4297f0
tests/Support/SupportLazyCollectionIsLazyTest.php
@@ -202,25 +202,6 @@ public function testDiffUsingIsLazy()
202
});
203
}
204
205
- public function testDoesntHaveIsLazy()
206
- {
207
- $this->assertEnumerates(1, function ($collection) {
208
- $collection->doesntHave(0);
209
- });
210
-
211
- $this->assertEnumerates(11, function ($collection) {
212
- $collection->doesntHave(5, 10);
213
214
215
- $this->assertEnumeratesOnce(function ($collection) {
216
- $collection->doesntHave('missing-key');
217
218
219
220
- $collection->doesntHave(0, 'missing-key');
221
222
- }
223
224
public function testDuplicatesIsLazy()
225
{
226
$this->assertDoesNotEnumerate(function ($collection) {
0 commit comments