Skip to content
Turan Furkan Topak edited this page Oct 9, 2020 · 3 revisions

Run Atoum unit tests (with code coverage - if xdebug installed) :

$ vendor/bin/atoum -d vendor/smalot/pdfparser/src/Smalot/PdfParser/Tests/

Once this command is ended, the folder "coverage/" will contain html pages with a code coverage summary.

Clone this wiki locally