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 763d7ad commit c38b460Copy full SHA for c38b460
tests/DifferTest.php
-139 Bytes
tests/ParserTest.php
@@ -43,7 +43,7 @@ public function testParse()
43
44
$this->assertEquals(20, $chunks[0]->getStart());
45
46
- $this->assertCount(5, $chunks[0]->getLines());
+ $this->assertCount(4, $chunks[0]->getLines());
47
}
48
49
public function testParseWithMultipleChunks()
@@ -63,6 +63,6 @@ public function testParseWithMultipleChunks()
63
64
$this->assertCount(5, $chunks[0]->getLines());
65
$this->assertCount(5, $chunks[1]->getLines());
66
- $this->assertCount(5, $chunks[2]->getLines());
+ $this->assertCount(4, $chunks[2]->getLines());
67
68
0 commit comments