code quality

testing

this bundle assures code quality using the following methods

Note

$ composer run-infection uses the threads option for mac os

documentation

to build this bundle’s documentation run:
$ composer run-sphinx
and find the result in the ./build/docs directory

metrics

to view this bundle’s metrics run:
$ composer run-phpmetrics
and find the result in the ./build/phpmetrics directory

Tip

for convenience the composer run-all script executes all aforementioned commands;
one can use this as a git pre-commit hook if you’d like to contribute.