Skip to content

Commit

Permalink
more bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshKisb committed May 11, 2024
1 parent b41b825 commit 421741c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private function generateOutputFromParsedGedcom($gedcomFileName)
$parser = new Parser();
$gedcom = $parser->parse($gedcomFileName);
$output = '';
error_log(json_encode($gedcom));

ob_start();
foreach ($gedcom->getIndi() as $individual) {
$names = $individual->getName();
Expand Down

0 comments on commit 421741c

Please sign in to comment.