Skip to content

Commit 33cbfa3

Browse files
committed
Add: More test cases
1 parent b680f9e commit 33cbfa3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/DiffTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,6 @@ public function testGetArrayRange()
156156
$this->diff->getArrayRange([2,5,6],0, null)
157157
);
158158

159-
$this->assertEquals(
160-
[2, 5, 6],
161-
$this->diff->getArrayRange([2,5,6],1, null)
162-
);
163-
164159
$this->expectException(OutOfRangeException::class);
165160
$this->diff->getArrayRange([1,5],5);
166161
}

0 commit comments

Comments
 (0)