Unit Test - smalot/pdfparser GitHub Wiki
Run PHPUnit unit tests (with code coverage - if xdebug installed) :
$ vendor/bin/simple-phpunit --coverage-html coverage
Once this command is ended, the folder "coverage/" will contain html pages with a code coverage summary.