Skip to content

Commit e4297f0

Browse files
committed
remove test
1 parent 79c7985 commit e4297f0

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/Support/SupportLazyCollectionIsLazyTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -202,25 +202,6 @@ public function testDiffUsingIsLazy()
202202
});
203203
}
204204

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-
$this->assertEnumeratesOnce(function ($collection) {
220-
$collection->doesntHave(0, 'missing-key');
221-
});
222-
}
223-
224205
public function testDuplicatesIsLazy()
225206
{
226207
$this->assertDoesNotEnumerate(function ($collection) {

0 commit comments

Comments
 (0)