Skip to content

Commit

Permalink
add reader test
Browse files Browse the repository at this point in the history
  • Loading branch information
xieguigang committed Aug 30, 2018
1 parent d7e40e6 commit 0067653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@

echo "ms1:\n\n";
var_dump($mzXML->ms1Scans[1]);
var_dump($mzXML->Ms1Scan(1));

echo "\n\n\n";

echo "ms2:\n\n";
var_dump($mzXML->ms2Scans[1]);
var_dump($mzXML->Ms2Scan(1));

?>

0 comments on commit 0067653

Please sign in to comment.