Skip to content

Commit

Permalink
Merge pull request #563 from matt-h/patch-1
Browse files Browse the repository at this point in the history
Update comment line number
  • Loading branch information
danielmorell committed Mar 31, 2022
2 parents 0d11475 + 68717c2 commit 2086428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DataBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ public function testFramesOrder()
'tests/DataBuilderTest.php',
$frames[count($frames)-1]->getFilename()
);
// 900 is the line number where the comment "// A" is found
// 919 is the line number where the comment "// A" is found
$this->assertEquals(
919,
$frames[count($frames)-1]->getLineno(),
Expand Down

0 comments on commit 2086428

Please sign in to comment.