[FEATURE] Add PHP mutation testing with Infection
#8000 · PHP · ★ 790 · AGPL-3.0 · updated 14h ago
We already have PHPUnit tests and code coverage for the PHP code, but coverage alone does not tell us how well the tests detect changes in the code. Add Infection to LibreSign to introduce mutation testing for the PHP test suite. The xobject-template package can be used as a…