You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Forces a certain PHPUnit version (=7.5.x), otherwise some tests fail due
# to not enough memory.
# @https://github.com/smalot/pdfparser/issues/410
# @https://github.com/smalot/pdfparser/pull/412
command: make prepare-for-scrutinizer && make install-dev-tools && make run-phpunit ARGS="--exclude-group memory-heavy --coverage-clover coverage/clover.xml"