Skip to content

Commit c38b460

Browse files
krizalyssebastianbergmann
authored andcommitted
Updated tests
1 parent 763d7ad commit c38b460

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/DifferTest.php

-139 Bytes
Binary file not shown.

tests/ParserTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function testParse()
4343

4444
$this->assertEquals(20, $chunks[0]->getStart());
4545

46-
$this->assertCount(5, $chunks[0]->getLines());
46+
$this->assertCount(4, $chunks[0]->getLines());
4747
}
4848

4949
public function testParseWithMultipleChunks()
@@ -63,6 +63,6 @@ public function testParseWithMultipleChunks()
6363

6464
$this->assertCount(5, $chunks[0]->getLines());
6565
$this->assertCount(5, $chunks[1]->getLines());
66-
$this->assertCount(5, $chunks[2]->getLines());
66+
$this->assertCount(4, $chunks[2]->getLines());
6767
}
6868
}

0 commit comments

Comments
 (0)